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