package nnet import "testing" func TestServer(t *testing.T) { server := NewServer("tcp4", ":22112") server.Serve() }