Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Fallthrough ¶
Fallthrough goes decides whether day is a weekday or weekend. However, it does not seem to work for some days. Fix it.
func Fizzbuzz ¶
Fizzbuzz is a well-known interview task. If you need to refresh your mind, you can consult wikipedia: https://en.wikipedia.org/wiki/Fizz_buzz. You may want to explore the strconv package: https://pkg.go.dev/strconv. Implement it.
Types ¶
Click to show internal directories.
Click to hide internal directories.