예제 #1
0
파일: vtmm.go 프로젝트: John-Appleseed/govt
func (srv *Vtmap) Hello(req *vtsrv.Req) {
	req.RespondHello("anonymous", 0, 0)
}
예제 #2
0
func (srv *Grande) Hello(req *vtsrv.Req) {
	req.RespondHello("anonymous", 0, 0)
}