Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.