The original fizz-buzz consists in writing all numbers from 1 to 100, and just replacing all multiples of 3 by “fizz”, all multiples of 5 by “buzz”, and all multiples of 15 by “fizzbuzz”.
$ go get -u github.com/gorilla/mux
$ go get -u github.com/stretchr/testify
$ go build
$ ./script.sh start
$ ./script.sh stop
$ go test