# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
go-util
项目 common 库
Install
go get github.com/iGoogle-ink/gotil
目录结构
.
├── LICENSE
├── README.md
├── aes
│ ├── aes_cbc_decrypt.go
│ ├── aes_cbc_encrypt.go
│ └── pkcs_padding.go
├── body_map.go
├── conf
│ ├── conf.go
│ ├── conf_test.go
│ ├── config.json
│ ├── config.toml
│ └── config.yaml
├── constants.go
├── convert.go
├── ecode
│ ├── common.go
│ └── ecode.go
├── errgroup
│ └── errgroup.go
├── go.mod
├── go.sum
├── limit
│ ├── limiter.go
│ └── limiter_test.go
├── lru
│ ├── cache.go
│ └── cache_test.go
├── orm
│ ├── model.go
│ ├── mysql_gorm.go
│ ├── mysql_xorm.go
│ ├── page.go
│ └── redis.go
├── proxy
│ ├── http.go
│ ├── model.go
│ ├── proxy_test.go
│ └── service.go
├── random.go
├── rate
│ └── rate.go
├── retry
│ ├── retry.go
│ └── retry_test.go
├── slice.go
├── string.go
├── verify.go
├── web
│ ├── gin.go
│ ├── gin_test.go
│ ├── page.go
│ ├── rsp.go
│ └── verify.go
├── ws
│ └── websocket_connection.go
├── xhttp
│ ├── client.go
│ ├── client_test.go
│ └── model.go
├── xlog
│ ├── debug_logger.go
│ ├── error_logger.go
│ ├── info_logger.go
│ ├── log.go
│ ├── log_test.go
│ ├── warn_logger.go
│ └── zap.go
├── xrsa
│ ├── rsa_decrypt.go
│ └── rsa_encrypt.go
└── xtime
├── parse_format.go
└── xtime.go