An open API service indexing awesome lists of open source software.

https://github.com/ipfans/my-awesome-golang

Aweseome golang gather by myself.
https://github.com/ipfans/my-awesome-golang

List: my-awesome-golang

Last synced: 6 months ago
JSON representation

Aweseome golang gather by myself.

Awesome Lists containing this project

README

          

# My Awesome Golang

## Library

* [vbom.ml/util](https://pkg.go.dev/vbom.ml/util?tab=doc) 字符串排序工具
* [sitemap](https://github.com/kataras/sitemap) Sitemap生成工具
* [go-socket.io](https://github.com/googollee/go-socket.io) Go socket.io
* [xxHash](https://github.com/cespare/xxhash) xxHash实现
* [reflect2](github.com/modern-go/reflect2) reflect拓展
* [sprig](https://pkg.go.dev/github.com/Masterminds/sprig/v3?tab=doc) `html/template`扩展函数
* [apns2](https://github.com/sideshow/apns2) Apple推送实现
* [go-critic](https://github.com/go-critic/go-critic) 代码复杂度检查工具
* [strcase](https://github.com/iancoleman/strcase) 字符串驼峰/下划线风格转换
* [ilepath-securejoin](https://github.com/cyphar/filepath-securejoin) 安全的`filepath/Join`
* [freecache](https://github.com/coocood/freecache) Cache库,支持过期
* [gettext-go](https://github.com/chai2010/gettext-go) gettext的Go实现
* [mahonia](github.com/axgle/mahonia) 字符集编码处理工具
* [go-connlimit](https://github.com/hashicorp/go-connlimit) 控制IP连接数
* [uTP](https://github.com/anacrolix/utp) Bittorrent uTP协议实现
* [reedsolomon](https://github.com/klauspost/reedsolomon) Reed Solomon编码实现
* [netlink](https://github.com/vishvananda/netlink) 用户层网络协议实现
* [netns](https://github.com/vishvananda/netns) 获取网络interface封装
* [sync](github.com/anacrolix/sync) 扩展标准库sync用于诊断
* [shardmap](https://github.com/tidwall/shardmap) 高效率map实现
* [snowflake](https://github.com/bwmarrin/snowflake) Twitter snowflake生成算法
* [astp](https://pkg.go.dev/github.com/go-toolsmith/astp?tab=doc) AST辅助工具
* [objx](https://github.com/stretchr/objx) maps, slices, JSON处理工具
* [btree](https://github.com/google/btree) BTree实现
* [dns](https://github.com/miekg/dns) DNS功能实现
* [stack](https://github.com/go-stack/stack) 调用栈信息包装
* [go-conntrack](https://github.com/mwitkow/go-conntrack) 协助追踪net.Conn