https://github.com/avelino/awesome-go | 1,779 | 28,125 | 3,628 |
|
https://github.com/containous/traefik | 473 | 13,304 | 1,294 | 反向代理 |
https://github.com/fatedier/frp | 699 | 9,972 | 1,802 | 反向代理 |
https://github.com/go-kit/kit | 514 | 9,161 | 915 | 微服务框架 |
https://github.com/yudai/gotty | 276 | 9,849 | 565 | 命令行转web |
https://github.com/joewalnes/websocketd | 287 | 9,059 | 477 | 类似gotty |
https://github.com/rancher/rancher | 503 | 7,769 | 757 | 容器编排,web界面 |
https://github.com/derekparker/delve | 282 | 7,497 | 566 | golang调试工具 |
https://github.com/tsenart/vegeta | 213 | 7,168 | 432 | http负载测试 |
https://github.com/google/cadvisor | 357 | 7,002 | 1,023 | 容器cpu内存网络实时统计 |
https://github.com/sirupsen/logrus | 202 | 6,707 | 905 | log |
https://github.com/bcicen/ctop | 138 | 6,576 | 221 | 实时监测容器cpu内存网络 |
https://github.com/julienschmidt/httprouter | 227 | 6,489 | 650 | 高性能的HTTP请求路由器 |
https://github.com/golang/groupcache | 426 | 6,158 | 724 | 替代memcached |
https://github.com/istio/istio | 408 | 6,113 | 777 | 微服务整合 |
https://github.com/gorilla/mux | 205 | 5,495 | 711 | url路由分派 |
https://github.com/urfave/negroni | 224 | 5,355 | 434 | http中间件 |
https://github.com/PuerkitoBio/goquery | 201 | 5,305 | 480 | 类似jquery的go库,适合爬虫 |
https://github.com/tmrts/go-patterns | 302 | 5,282 | 371 | go语言设计模式 |
https://github.com/gorilla/websocket | 238 | 5,230 | 924 | 替代官方的 |
https://github.com/grpc/grpc-go | 348 | 4,921 | 938 | rpc for golang |
https://github.com/kelseyhightower/confd | 208 | 4,713 | 792 | 统一配置管理支持etcd,consul |
https://github.com/spf13/viper | 125 | 4,617 | 453 | 同上 |
https://github.com/stretchr/testify | 97 | 4,505 | 463 | assert和mock |
https://github.com/micro/micro | 227 | 4,110 | 308 | 微服务工具包 |
https://github.com/jaegertracing/jaeger | 169 | 4,029 | 313 | 分布式跟踪系统 |
https://github.com/jmoiron/sqlx | 126 | 3,945 | 343 | sql操作封装和扩展 |
https://github.com/gocolly/colly | 91 | 3,901 | 194 | 爬虫 |
https://github.com/Workiva/go-datastructures | 239 | 3,885 | 404 | go常用数据结构set,avl,b+,queue,sort |
https://github.com/ory/hydra | 120 | 3,883 | 283 | oauth2 |
https://github.com/emirpasic/gods | 174 | 3,656 | 351 | 数据结构:Sets, Lists, Stacks, Maps, Trees, array,hash... |
https://github.com/alexflint/gallium | 139 | 3,548 | 114 | 用go和html写mac应用软件 |
https://github.com/robertkrimen/otto | 154 | 3,541 | 308 | golang中使用javascript |
https://github.com/ponzu-cms/ponzu | 119 | 3,523 | 175 | golang的web+cms框架 |
https://github.com/dropbox/godropbox | 248 | 3,490 | 331 | 用于编写go服务/应用程序的通用库 |
https://github.com/bitly/oauth2_proxy | 132 | 3,419 | 751 | oauth2反向代理 |
https://github.com/uber-go/zap | 122 | 3,404 | 236 | 比logrus更好的log? |
https://github.com/go-chi/chi | 132 | 3,195 | 221 | 构建restful的http服务 |
https://github.com/micro/go-micro | 174 | 3,112 | 325 | 支持插件的rpc框架 |
https://github.com/qor/qor | 253 | 2,952 | 439 | cms,电商系统等 |
https://github.com/go-redis/redis | 146 | 2,951 | 448 | redis的golang版本 |