package
0.0.0-20230929175442-2805de957004
Repository: https://github.com/tanem/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 add delays.