go-ssb-room/errors.go

10 lines
235 B
Go
Raw Normal View History

// SPDX-FileCopyrightText: 2021 The NGI Pointer Secure-Scuttlebutt Team of 2020/2021
//
2021-01-25 12:23:03 +00:00
// SPDX-License-Identifier: MIT
2021-01-25 10:39:05 +00:00
package tunnel
import "errors"
var ErrShuttingDown = errors.New("go-ssb-tunnel: shutting down") // this is fine