Skip to content

embiids/goutils

 
 

Repository files navigation

goutils

Penglai Utils golang version.

Download and install

go get -u github.com/youpenglai/goutils

Directory explain

  • 一个类别一个文件夹,文件夹里必含一个测试文件
  • 可以使用go test -v测试

Utils directorys

功能 包名 备注
命令行 cmd 调用系统命令行
类型转换 convert 数字/时间类型转换
加密解密 crypto base64、md5...多种加密解密
HTTP调用 http http快速调用
路径文件 path 当前路径、文件列表
protobuf protobuf 生成protobuf的go文件
随机数据 rand 获取随机数、uuid
系统信息 system 获取系统信息
token token 安全认证
参数效验 valid 参数效验

About

朋来基础工具包Go语言版本。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%