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