Tips and Tricks and Links for Go programming
Links
- Go main homepage
- nice and simple 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