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)
  • 相关阅读:
    C# 本质论 第三章 操作符和控制流
    LeetCode Online Judge 1. Two Sum
    C# 本质论 第二章 数据类型
    C# 本质论 第一章 C#概述
    TMDS代码
    `define `ifdef `elseif的巧妙使用
    加法器(行波与超前、全加与半加)
    DCI技术
    **标识符
    电容放置问题
  • 原文地址:https://www.cnblogs.com/welhzh/p/8796612.html
Copyright © 2011-2022 走看看