// SPDX-License-Identifier: MIT package tunnel import "errors" var ErrShuttingDown = errors.New("go-ssb-tunnel: shutting down") // this is fine