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. gocheck (testing)
  8. AWS SDK (cloud tools)
  9. errors (error handling)
  10. cobra (productivity)

 

原文链接: https://www.cnblogs.com/welhzh/p/8796612.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

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

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/272128

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月14日 下午10:27
下一篇 2023年2月14日 下午10:29

相关推荐