//
pkg.gl
Category
github.com/reza-mirjahanian/learn_golang
Old
go-with-test
mocking
v3
package
0.0.0-20241022201101-f4b3a44bd789
Repository:
https://github.com/reza-mirjahanian/learn_golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
27 SLOC
#
Functions
Countdown
Countdown prints a countdown from 3 to out with a delay between count provided by Sleeper.
#
Structs
DefaultSleeper
DefaultSleeper is an implementation of Sleeper with a predefined delay.
#
Interfaces
Sleeper
Sleeper allows you to put delays.