A repository with code for myself to learn and practice Golang using practical applications.
https://github.com/zephinzer/go-playground
All projects use Makefile
s to execute.
In any directory, run make init
to initialise the project.
To run the project in development, use make dev
.
To run the project in production, use make prod
.
Name | URL | Stars | Forks | Issues | PRs | Contributors | License |
---|---|---|---|---|---|---|---|
github.com/julienschmidt/httprouter | https://github.com/julienschmidt/httprouter | 7705 | 767 | 45 | 13 | 33 | Custom |
github.com/gorilla/mux | https://github.com/gorilla/mux | 6984 | 834 | 17 | 5 | 67 | BSD-3-Clause |
github.com/go-chi/chi | https://github.com/go-chi/chi | 4084 | 273 | 17 | 7 | 48 | MIT |