本人在日常golang项目开发中,用到了一些第三方开源库,大多都是优秀的开源项目,源码值得认真阅读研究。在此记录用到的一些库:
1. 解析配置文件
https://github.com/go-ini/ini,go-ini, go INI文件解析,
2. 命令行工具
https://github.com/cheggaaa/pb, Terminal progress bar for Go, golang进度条
3. golang web 开发
https://github.com/gorilla, Gorilla web toolkit 一系列web开发套件,最常用的为http路由模块mux
4. 存储相关
https://github.com/minio/minio, Minio (兼容S3 对象存储)
https://github.com/chrislusf/seaweedfs 基于facebook haystack思想的海量小文件存储系统
5. protobuf
https://github.com/gogo/protobuf golang官方protobuf增強版
有疑问加站长微信联系(非本文作者)