go-pattern-examples/gomore/messages/messaging_test.go

9 lines
118 B
Go
Raw Normal View History

2020-04-28 07:31:29 +03:00
package gomore
2020-04-28 12:24:15 +03:00
import "testing"
func TestMessageSubAndPub(t *testing.T) {
topic := Topic{}
topic.Subscribe(123)
}