예제 #1
0
파일: config.go 프로젝트: polluks/client
func getInt(w *jsonw.Wrapper) (interface{}, error) {
	return w.GetInt()
}