go-common/app/job/main/passport-game-data/http/stat.go

11 lines
188 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package http
// import (
// wctx "go-common/library/net/http/context"
// )
// func compareProcStat(c wctx.Context) {
// res := c.Result()
// res["data"] = srv.CompareProcStat(c)
// }