Files
gubgub/errors.go
2024-08-06 15:15:21 +01:00

6 lines
81 B
Go

package gubgub
import "fmt"
var ErrTopicClosed = fmt.Errorf("topic is closed")