oscarwin's Stars
tldr-pages/tldr
📚 Collaborative cheatsheets for console commands
stedolan/jq
Command-line JSON processor
Vonng/ddia
《Designing Data-Intensive Application》DDIA中文翻译
chai2010/advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
go-playground/validator
:100:Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
senghoo/golang-design-pattern
设计模式 Golang实现-《研磨设计模式》读书笔记
smartystreets/goconvey
Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.
DATA-DOG/go-sqlmock
Sql mock driver for golang to test database interactions
goldendict/goldendict
A feature-rich dictionary lookup program, supporting multiple dictionary formats (StarDict/Babylon/Lingvo/Dictd) and online dictionaries, featuring perfect article rendering with the complete markup, illustrations and other content retained, and allowing you to type in words without any accents or correct case.
ReactiveX/RxGo
Reactive Extensions for the Go language.
thoas/go-funk
A modern Go utility library which provides helpers (map, find, contains, filter, ...)
deckarep/golang-set
A simple, battle-tested and generic set type for the Go language. Trusted by Docker, 1Password, Ethereum and Hashicorp.
google/go-cmp
Package for comparing Go values in tests
cch123/golang-notes
Go source code analysis(zh-cn)
go-ozzo/ozzo-validation
An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
Knetic/govaluate
Arbitrary expression evaluation for golang
d5/tengo
A fast script language for Go
wensonsmith/YoudaoTranslator
Alfred Youdao Translate Workflow
alicebob/miniredis
Pure Go Redis server for Go unittests
agiledragon/gomonkey
gomonkey is a library to make monkey patching in unit tests easy
aneasystone/mysql-deadlocks
收集一些常见的 MySQL 死锁案例
thedevsaddam/govalidator
Validate Golang request data with simple rules. Highly inspired by Laravel's request validation.
awalterschulze/goderive
Derives and generates mundane golang functions that you do not want to maintain yourself
graph-gophers/dataloader
Implementation of Facebook's DataLoader in Golang
gookit/validate
⚔ Go package for data validation and filtering. support Map, Struct, Form data. Go通用的数据验证与过滤库,使用简单,内置大部分常用验证、过滤器,支持自定义验证器、自定义消息、字段翻译。
mohae/deepcopy
Deep copy things
wolfogre/go-pprof-practice
go pprof practice.
gocn/translator
GoCN Translator Team(GoCN-TT)
seborama/govcr
HTTP mock for Golang: record and replay HTTP/HTTPS interactions for offline testing
xitu/developer-roadmap
开发者学习路线图