Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Go FizzBuzz

A FizzBuzz implementation in Golang

FizzBuzz

The FizzBuzz program takes a list of numbers and returns output based on the following rules:

  • Return Fizz if the number is divisible by three
  • Return Buzz if the number is divisible by five
  • Return FizzBuzz if the number is divisible by three and five

Benchmarking

go test -bench=Respond -v ../...

Fuzz testing

go test --fuzz=FuzzRespondSlowly -v

About

An exercise in testing, benchmarking and fuzzing with Go

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages