koanf icon indicating copy to clipboard operation
koanf copied to clipboard

refactor `interface{}` to `any`

Open nilsocket opened this issue 2 months ago • 1 comments

  • Convert empty interface interface{} to any wherever possible.
  • Use sliceToLookupMap() helper function with generics to remove redundant code.

nilsocket avatar Oct 28 '25 12:10 nilsocket

Looks good :+1:

rhnvrm avatar Oct 30 '25 06:10 rhnvrm