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: about 1 year ago
JSON representation

Learning about test driven development in Go

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.