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