Skip to content

dreamph/go-clean-architecture-template

Repository files navigation

go-clean-architecture-template

Description

This is an example of implementation of Clean Architecture in Golang.

Install Tools

go install github.com/go-delve/delve/cmd/dlv@latest
go install github.com/cosmtrek/air@latest
go install github.com/swaggo/swag/cmd/swag@latest
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
go install github.com/securego/gosec/v2/cmd/gosec@latest
go install github.com/go-task/task/v3/cmd/task@latest

Run

task run-api

About

Golang Clean Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages