/golang-toolkit

Golang 常用的函数+流行组件封装

Primary LanguageGoApache License 2.0Apache-2.0

golang-toolkit

Golang Toolkit

  • 使用

    go get -u github.com/acexy/golang-toolkit

封装常用工具或者第三方依赖

  • 提供处理类型类型

    • 缓存
    • 加密
    • 转型
    • 工具
  • 第三方库清单

类型
github.com/go-resty/resty/v2 http client
github.com/sirupsen/logrus logger
github.com/allegro/bigcache cache
gopkg.in/gomail.v2 email
github.com/jinzhu/copier struct copy
github.com/timandy/routine goroutine local storage