Skip to content

SheimyRahman/Training-Golang-and-TDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Training-Golang-and-TDD

A basic FizzBuzz for learning TDD, written in Go

Description

This is a basic program called FizzBuzz that prints interger numbers from 1 to n. But for multiples of three, print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”. This is a good program, in my opinion, to training TDD.

The entire process is available on this link: https://medium.com/@sheimyrahman/golang-go-e-tdd-para-iniciantes-2418b6eadd92

For now, in Portuguese BR but soon as I can, I will translate to English.

Install

$ go get github.com/Wdrwoman/Training-Golang-and-TDD

Contributing

I'm open to contributions. Just create an issue and/or submit a pull request.

Contact

Any comments please feel free to reach out to me at @Sheimy_Rahman on Twitter.

About

A basic FizzBuzz for learning TDD, written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages