β‘ A golang boilerplate to kickstart π your backend web services development with ease and joy! π»β¨
.
βββ project_root/
βββ internal/
β βββ server /
β βββ http.go (add router/cors middleware here)
β βββ routes.go (add routes/paths here)
β βββ views.go (declare view functions here)
βββ main.go (starts server)
βββ go.mod
βββ go.sum
βββ .gitignore
βββ README.md
βββ LICENSE
This project is open to contributions, fork this repository and send a pull request incase you wish to contribute.
This project is licensed under the Apache License, Version 2.0