- The default branch in this repo is
dev
- Clean:
go run script/build.go clean - Build:
go run script/build.go
- BDD comments
#given/#when/#then, TDD workflow (RED-GREEN-REFACTOR) - Avoid mocks as much as possible
- Test actual implementation, do not duplicate logic into tests