go-pattern-examples/gomore/messages/messaging_test.go
2020-04-28 22:16:13 +08:00

9 lines
118 B
Go

package gomore
import "testing"
func TestMessageSubAndPub(t *testing.T) {
topic := Topic{}
topic.Subscribe(123)
}