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:
- Testify (testing)
- Kubernetes (container orchestration)
- Ginkgo (testing)
- Logrus (logging)
- Gomega (testing)
- glog (logging)
- gocheck (testing)
- AWS SDK (cloud tools)
- errors (error handling)
- cobra (productivity)