confita
confita copied to clipboard
Fix/add support for time
- Add support for time in config.
- Update dependencies.
- Move to go1.24.1.
- Fix linter warnings.
I'd also add that changing
interface{}withanyin the public interfaces could be technically considered a breaking change, so let's not include this for now.
Drive-by comment: as any is just a type alias for interface{} it is actually entirely interchangeable so it's OK to change any instance of interface{} to any without breaking strict API compatibility.