package
1.3.1-pre-3
Repository: https://github.com/protocolscience/astralgocq.git
Documentation: pkg.go.dev

# Functions

EnsureBool 判断给定的p是否可表示为合法Bool类型,否则返回defaultVal 支持的合法类型有 type bool type gjson.True or gjson.False type string "true","yes","1" or "false","no","0" (case insensitive).
SplitURL 将给定URL字符串分割为两部分,用于URL预处理防止风控.