feature/epic2-core-services #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/epic2-core-services"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Change from 'go run ./cmd/{service}/main.go' to 'go run ./cmd/{service}/*.go' - go run with single file doesn't include other files in the package - Service implementations are in separate _fx.go files - Using wildcard includes all .go files in the package - Update README.md and SUMMARY.md with correct commands - Fixes 'undefined: provideXService' errors when running services54d2b88af3to46255bb1a278ef79e48dto5f2e1104f2