File: README.md

package info (click to toggle)
golang-k8s-utils 0.0~git20250820.0af2bda-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky
  • size: 1,048 kB
  • sloc: sh: 245; makefile: 25
file content (6 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
This was originally forked from https://github.com/golang/go/blob/master/src/reflect/deepequal.go in order to

- consider empty lists and empty maps equal to their nil counterparts
- add a `AddFuncs` mechanism to add custom equality funcs for specific types. 

Meanwhile it has diverged quite a lot while still following the original algorithm at the core though.