zoukankan      html  css  js  c++  java
  • 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)
  • 相关阅读:
    阿凯
    hlg神秘植物--矩阵快速幂
    poj1185炮兵阵地--状态dp
    该怎么办
    hlg2096---状态压缩dp
    这个世界

    第三篇
    LCT板子
    spoj COT
  • 原文地址:https://www.cnblogs.com/welhzh/p/8796612.html
Copyright © 2011-2022 走看看