package
0.0.0-20241212173216-745cb4b42230
Repository: https://github.com/ibiscum/go-programming-cookbook-second-edition.git
Documentation: pkg.go.dev

# Functions

Filter is a functional filter.
IncrementVersion increments a WorkWiths Version.
LowerCaseData does a ToLower to the Data string of a WorkWith.
Map is a functional map.
OldVersion returns a closures that validates the version is greater than the specified amount.

# Structs

WorkWith is the struct we'll be implementing collections for.