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