Skip to content

turnes/hexagonal-architecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexagonal-architecture

Testing

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

Mockgen and gomock

go install github.com/golang/mock/mockgen@v1.6.0
go get -u github.com/golang/mock/gomock
cd app
mockgen -destination=mocks/app.go -source=product.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages