package main import "go.wit.com/log" import "go.wit.com/lib/protobuf/chatpb" func main() { log.Info("trying...") chatpb.TestChat() }