Scaffolding for the Golang project Introduction This project is just a scaffolding for Golang projects. Dependencies go-chi as the HTTP router. uber-fx for dependency injection. Contributors Marcos Pereira Project Layout Using the standard project layout described here. Start Development Server Run go run cmd/main.go. Visit http://127.0.0.1:8080/health/. Running Tests WIP