nik5in's Stars
avelino/awesome-go
A curated list of awesome Go frameworks, libraries and software
golang/go
The Go programming language
golang-standards/project-layout
Standard Go Project Layout
tmrts/go-patterns
Curated list of Go design patterns, recipes and idioms
sirupsen/logrus
Structured, pluggable logging for Go.
microsoft/api-guidelines
Microsoft REST API Guidelines
uber-go/zap
Blazing fast, structured, leveled logging in Go.
quii/learn-go-with-tests
Learn Go with test-driven development
gorilla/mux
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
redis/go-redis
Redis Go client
uber-go/guide
The Uber Go Style Guide.
golangci/golangci-lint
Fast linters runner for Go
hoanhan101/ultimate-go
The Ultimate Go Study Guide
json-iterator/go
A high-performance 100% compatible drop-in replacement of "encoding/json"
ardanlabs/gotraining
Go Training Class Material :
shirou/gopsutil
psutil for golang
GoesToEleven/GolangTraining
Training for Golang (go language)
a8m/golang-cheat-sheet
An overview of Go syntax and features.
patrickmn/go-cache
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
mitchellh/mapstructure
Go library for decoding generic map values into native Go structures and vice versa.
securego/gosec
Go security checker
Workiva/go-datastructures
A collection of useful, performant, and threadsafe Go datastructures.
GoesToEleven/golang-web-dev
gorilla/handlers
Package gorilla/handlers is a collection of useful middleware for Go HTTP services & web applications 🛃
azer/go-makefile-example
Example Makefile for Go projects