package
0.0.3-dev
Repository: https://github.com/aenjoy/builderx-go.git
Documentation: pkg.go.dev

# Functions

生成6位随机验证码(数字)Captcha1(生成6位ID) export Captcha1.
生成16位随机ID(字母) export Captcha2.
export FileReadAll.
No description provided by the author
No description provided by the author
不断输出到stdout, 直到结束 <-GetOutputContinually("tree") export GetOutputContinually.
不断输出到stdout, 直到结束(支持交互) export GetOutputContinually2.
执行外部命令, 并获取输出 export GetOutputDirectly.
export IsStrAInStrB.