// SPDX-FileCopyrightText: 2021 The NGI Pointer Secure-Scuttlebutt Team of 2020/2021 // // SPDX-License-Identifier: MIT package tunnel import "errors" var ErrShuttingDown = errors.New("go-ssb-tunnel: shutting down") // this is fine