https://github.com/mateenbagheri/go-tdd
go-tdd is a repository created with the purpose of trying to grasp the concepts of TDD programming using Go.
https://github.com/mateenbagheri/go-tdd
Last synced: 4 months ago
JSON representation
go-tdd is a repository created with the purpose of trying to grasp the concepts of TDD programming using Go.
- Host: GitHub
- URL: https://github.com/mateenbagheri/go-tdd
- Owner: mateenbagheri
- Created: 2023-01-01T17:54:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T12:05:21.000Z (over 2 years ago)
- Last Synced: 2025-01-13T18:35:14.518Z (5 months ago)
- Language: Go
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-tdd
go-tdd is a repository created with the purpose of trying to grasp the concepts of TDD programming using Go.There will be more information about this repo when I fully understand and decide where I'm taking it but for now that was all I had to say for README :)
## A RATHER IMPORTANT UPDATE
I've thought about how I want to continue trying out to learn TDD with go and I have decided to follow the path [here](https://quii.gitbook.io/learn-go-with-tests/) even though it is going to be a bit easy in the beginning.