package
0.0.0-20210906044133-294c10bbb1dc
Repository: https://github.com/elzinko/go-fizzbuzz.git
Documentation: pkg.go.dev
# Functions
FizzFuzz godoc @Summary Get FizzBuzz @Description Returns a fizzbuzz strings with numbers from 1 to limit, where all multiples of int1 are replaced by str1, all multiples of int2 are replaced by str2, all multiples of int1 and int2 are replaced by str1str2.
# Constants
No description provided by the author