No description
| fizzbuzz.go | ||
| fizzbuzz_test.go | ||
| go.mod | ||
| LICENCE.md | ||
| README.md | ||
go-fizzbuzz
A FizzBuzz implementation in Go. The goal of the project is to teach TDD and SOLID principles using the FizzBuzz exercise.
Setup
Prerequisite
A working Go installation, git
Create Go enviroment
go mod init tdd/fizzbuzz
Clone the repo
git clone https://git.libretic.fr/nostradamnit/fizzbuzz-go.git
Run the tests
go test .