Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sieep-coding/learning-go-through-testing
Learning about test driven development in Go
https://github.com/sieep-coding/learning-go-through-testing
Last synced: 7 days ago
JSON representation
Learning about test driven development in Go
- Host: GitHub
- URL: https://github.com/sieep-coding/learning-go-through-testing
- Owner: Sieep-Coding
- License: unlicense
- Created: 2024-09-30T01:15:04.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T16:01:24.000Z (2 months ago)
- Last Synced: 2024-11-08T01:39:26.325Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning Go Through Testing
Follow it yourself here: [thanks to this website!](https://quii.gitbook.io/learn-go-with-tests/)
## Expanded Learning
I used a [makefile](https://github.com/Sieep-Coding/learning-go-through-testing/blob/main/makefile) to speed up testing and to expand my learning.