예제 #1
0
파일: vtram.go 프로젝트: mischief/govt
func (srv *Vtram) Hello(req *vtsrv.Req) {
	req.RespondHello("anonymous", 0, 0)
}
예제 #2
0
파일: grande.go 프로젝트: mischief/govt
func (srv *Grande) Hello(req *vtsrv.Req) {
	req.RespondHello("anonymous", 0, 0)
}