# README
frequency
Frequency is a simple alternative to time.Duration
useful if:
- You need to handle more units (ie: months, milliseconds)
- You like round units
- You mostly need it to show it to humans or to parse it from some JSON/YAML configuration
- You are me