Tips&Tricks Go Programming (en)
Links
- [https://golang.org/|Go main homepage]
- nice and simple [https://github.com/visualfc/liteid|LiteIDE]
- Frameworks for Web
- Negroni Middleware for handling web requests
- Negroni session manager https://github.com/GoIncremental/negroni-sessions
- ace html template engine https://github.com/yosssi/ace
- gorilla mux - a url router for easier handling of http methods for REST - https://github.com/gorilla/mux
- gorp - Database OR mapper https://github.com/go-gorp/gorp
Libraries
- [https://github.com/miekg/dns|dns] - DNS library in Go
- [https://github.com/hibiken/asynq] - Asynq is a simple, reliable, and efficient distributed task queue in Go.