https://github.com/sheldonhull/learn-go-with-tests-applied
https://github.com/sheldonhull/learn-go-with-tests-applied
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sheldonhull/learn-go-with-tests-applied
- Owner: sheldonhull
- Created: 2021-06-22T18:56:47.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T22:39:41.000Z (over 3 years ago)
- Last Synced: 2025-04-01T11:03:41.952Z (about 1 year ago)
- Language: Go
- Size: 276 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Go With Tests
Applying TDD for learning Go.
## Notes
This is a multi-module mono-repo, therefore running `go test ./...` from parent won't work.