Skip to content

vitormoschetta/go-clean-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started

Create Database

docker-compose up -d

Install dependencies

go mod tidy

Run Project

go run cmd/main.go

Run Tests

go test ./...

Test coverage:

go test ./... -coverprofile=coverage.out
go tool cover -html=coverage.out

Run Linter

Check for linting errors (code style, code smells, etc.)

golangci-lint run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages