package
0.4.9
Repository: https://github.com/playerr9/mygolib.git
Documentation: pkg.go.dev

# Functions

NewDownCounter creates a new DownCounter with the specified starting count.
NewUpCounter creates a new UpCounter with the specified upper limit.

# Structs

DownCounter represents a counter that decrements downwards until it reaches zero.
UpCounter represents a counter that increments upwards until it reaches an upper limit.