2020-04-28 22:18:55 +08:00

9 lines
118 B
Go

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