awesome go library 库,推荐使用的golang库

https://github.com/avelino/awesome-go

https://github.com/spf13/cobra # A Commander for modern Go CLI interactions

https://github.com/lxn/walk # A Windows GUI toolkit for the Go Programming Language

https://github.com/zserge/webview # Tiny cross-platform webview library for C/C++/Golang. Uses WebKit (Gtk/Cocoa) and MSHTML (Windows)

https://github.com/emirpasic/gods - Go Data Structures. Containers, Sets, Lists, Stacks, Maps, BidiMaps, Trees, HashSet etc.

https://github.com/Workiva/go-datastructures    - Collection of useful, performant, and thread-safe data structures.

https://github.com/fatih/color - lets you use colorized outputs in terms of ANSI Escape Codes in Go (Golang). It has support for Windows too! 输出彩色命令行.

https://github.com/sirupsen/logrus -- Structured, pluggable logging for Go.

https://github.com/grpc/grpc-go -- golang implement of rpc (grpc), ( https://github.com/grpc ,这个地址下有很多语言实现的 rpc )

The following are the most imported repos that are hosted on GitHub (the importing application is on GitHub, the imported package may be somewhere else like gopkg.in) as of today:

  1. Testify (testing)
  2. Kubernetes (container orchestration)
  3. Ginkgo (testing)
  4. Logrus (logging)
  5. Gomega (testing)
  6. glog (logging)
  7. ocheck (testing)
  8. AWS SDK (cloud tools)
  9. errors (error handling)
  10. cobra (productivity)