Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 229 Bytes

File metadata and controls

8 lines (5 loc) · 229 Bytes

Fullcycle hexagonal architecture

mockgen

  • Generate mock files mockgen -destination=internal/application/mocks/application.go -source=internal/application/product.go application

test

  • go test ./... run all tests