include existing logic

This commit is contained in:
2024-08-06 15:15:21 +01:00
parent 5d9e4bdd89
commit 1186e69121
7 changed files with 326 additions and 0 deletions

5
errors.go Normal file
View File

@@ -0,0 +1,5 @@
package gubgub
import "fmt"
var ErrTopicClosed = fmt.Errorf("topic is closed")