示例#1
0
文件: config.go 项目: polluks/client
func getInt(w *jsonw.Wrapper) (interface{}, error) {
	return w.GetInt()
}