Golang常用的第三方包
Mysql Drivergo get -u github.com/go-sql-driver/mysql
SQL Librarygo get github.com/jmoiron/sqlx
Redis Librarygo get github.com/gomodule/redigo/redis
Kafka Librarygo get github.com/Shopify/sarama
Etcd Librarygo get go.etcd.io/etcd/client
TOML Library
go get github.com/BurntSushi/toml
toml一个比yaml更简洁更方便的一种配置文件格式
未完待续…
2019/08/19
最近发现github上一个库整理的比较全,可以参考:
https://github.com/avelino/awesome-go
对应中文版:
https://github.com/jobbole/awesome-go-cn