Sample Golang Clean Architecture Project
- Web: Gin Gionic (go get -u github.com/gin-gonic/gin)
- Database: MySQL (go get github.com/go-sql-driver/mysql)
- Validator: Go Playground Validator (go get github.com/go-playground/validator/v10)
- Dot Env: Go Dot Env (go get github.com/joho/godotenv)
Controller -> Service -> Repository