package
0.0.0-20250122124320-23b25248e6ad
Repository: https://github.com/quii/learn-go-with-tests.git
Documentation: pkg.go.dev
# Functions
Countdown prints a countdown from 3 to out with a delay between count provided by Sleeper.
# Structs
ConfigurableSleeper is an implementation of Sleeper with a defined delay.
# Interfaces
Sleeper allows you to put delays.