confita icon indicating copy to clipboard operation
confita copied to clipboard

Fix/add support for time

Open hchienjo opened this issue 6 months ago • 1 comments

  1. Add support for time in config.
  2. Update dependencies.
  3. Move to go1.24.1.
  4. Fix linter warnings.

hchienjo avatar Jun 26 '25 06:06 hchienjo

I'd also add that changing interface{} with any in 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.

rogpeppe avatar Aug 07 '25 07:08 rogpeppe