Stars
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
A simple zero-config tool to make locally trusted development certificates with any names you'd like.
A golang ebook intro how to build a web with golang
The fantastic ORM library for Golang, aims to be developer friendly
A toolkit with common assertions and mocks that plays nicely with the standard library
A simple, fast, and fun package for building command line apps in Go
Package gorilla/mux is a powerful HTTP router and URL matcher for building Go web servers with 🦍
lightweight, idiomatic and composable router for building Go HTTP services
💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
general purpose extensions to golang's database/sql
Database migrations. CLI and Golang library.
A high productivity, full-stack web framework for the Go language.
Go dependency management tool experiment (deprecated)
ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications.
Simple and Powerful ORM for Go, support mysql,postgres,tidb,sqlite3,mssql,oracle, Moved to https://gitea.com/xorm/xorm
A modern Go utility library which provides helpers (map, find, contains, filter, ...)
Package gorilla/sessions provides cookie and filesystem sessions and infrastructure for custom session backends.
The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running application…
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒