コード例 #1
0
ファイル: config.go プロジェクト: polluks/client
func getInt(w *jsonw.Wrapper) (interface{}, error) {
	return w.GetInt()
}