Golang Config File lib Golang 配置文件库
go get github.com/spf13/viper
go get github.com/go-ini/ini
数据结构常用库
# 集合库,集合内无重复数据
go get github.com/deckarep/golang-set
# btree 二叉树
go get github.com/google/btree
go get github.com/tidwall/btree
# lru 缓存数据
go get github.com/hashicorp/golang-lru
go get github.com/golang/groupchache/lru
交互式命令行框架
go get github.com/peterh/liner
web 框架
# Kubernetes 使用的
go get github.com/emicklei/go-restful
go get github.com/gin-gonic/gin
go get github.com/kataras/iris
# 类似 Python Django
go get github.com/astaxie/beego
JSON 库
go get github.com/json-iterator/go
go get github.com/valyala/fastjson
邮件库
# https://gopkg.in/gomail.v2
go get gopkg.in/gomail.v2
go get github.com/jordan-wright/email
SDK 系列
# Marathon SDK
go get github.com/gambol99/go-marathon
# F5 SDK
go get github.com/f5devcentral/go-bigip
# Kubernetes SDK
go get github.com/kubernetes/client-go
# Docker SDK
go get github.com/docker/docker/client
# InfluxDB SDK
go get github.com/influxdata/influxdb1-client/v2
# Redis SDK
go get github.com/gomodule/redigo
psutil
go get github.com/shirou/gopsutil
cmd
go get github.com/spf13/cobra
# shell 命令库
go get github.com/natefinch/sh
http 库
go get github.com/kirinlabs/HttpRequest
命令行参数库
go get github.com/spf13/cobra
go get gopkg.in/alecthomas/kingpin.v2
Go 开发通用库
go get github.com/iiinsomnia/yiigo
对比库
go get github.com/com/google/go-cmp/cmp
日志库
# 不支持日志切割
go get github.com/sirupsen/logrus
# 用这个库辅助 logrus
go get github.com/rifflock/lfshook
用于监控的库(proc)
go get github.com/prometheus/procfs