Useful golang frameworks for web development
- Server
net/http for simple REST APIs, or https://github.com/labstack/echo for more complex ones.
- Code reloader
https://github.com/codegangsta/gin
- Documentation
https://github.com/swaggo/swag
- Autotest
https://github.com/nathany/looper
- Error reporting
https://github.com/getsentry/raven-go
- SQL database
https://github.com/jmoiron/sqlx https://github.com/volatiletech/sqlboiler https://github.com/go-xorm/xorm
- Migrations
https://github.com/golang-migrate/migrate https://github.com/rubenv/sql-migrate