https://github.com/rodrigosaint/learn-go-with-tests
https://github.com/rodrigosaint/learn-go-with-tests
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rodrigosaint/learn-go-with-tests
- Owner: RodrigoSaint
- Created: 2025-01-01T15:01:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T19:52:57.000Z (over 1 year ago)
- Last Synced: 2025-07-09T08:11:41.604Z (11 months ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Go with tests
As one of my new year's resolutions I decided to learn Golang.
I got a really nice recommendation from a friend to use the project [Learning go with tests](https://quii.gitbook.io/learn-go-with-tests/)
as an initial learning source as it not only teaches you in a practical way, but also is structured using TDD.
I decided to document my journey on this repository by using small incremental commits for each one of the exercises that the project requests.
I will also be writing articles on my [Digital garden](https://www.rodsantos.dev) once I get enough knowledge about the language,
similar to what I did with Kubernetes and Terraform.