The fantastic ORM library for Golang, aims to be developer friendly.
https://github.com/jinzhu/gorm
https://github.com/jinzhu/gorm
GitHub
GitHub - jinzhu/gorm: GORM V1, V2 moved to https://github.com/go-gorm/gorm
GORM V1, V2 moved to https://github.com/go-gorm/gorm - jinzhu/gorm
QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.
http://getqor.com
http://getqor.com
If you ever need to test/debug email sending code, consider MailHog, it's awesome. Saves a lot of time.
https://github.com/mailhog/MailHog
https://github.com/mailhog/MailHog
GitHub
GitHub - mailhog/MailHog: Web and API based SMTP testing
Web and API based SMTP testing. Contribute to mailhog/MailHog development by creating an account on GitHub.
gometalinter-linter: A Go Linter Package for the Atom Editor https://t.co/oNL1NFFGQX
Atom
gometalinter-linter
A linter package for the Go language that uses gometalinter to run many linters simultaneously.
#golang top tip: Never launch a goroutine without knowing how and when it will stop.