Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 366 Bytes

readme.md

File metadata and controls

29 lines (24 loc) · 366 Bytes

Development Setup

Required files

./env/$ENVIRONMENT ./cloud-storage-credential.json

Start database:

docker compose up

Start service:

go run cmd/main.go $ENVIRONMENT

or with air live reloading

air

Generate mocks (reflect mode):

go generate ./...

Run tests:

go test ./...