You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/util/deephash
Joe Tsai 23ad028414
util/deephash: include type as part of hash for interfaces (#2476)
A Go interface may hold any number of different concrete types.
Just because two underlying values hash to the same thing
does not mean the two values are identical if they have different
concrete types. As such, include the type in the hash.
3 years ago
..
deephash.go util/deephash: include type as part of hash for interfaces (#2476) 3 years ago
deephash_test.go util/deephash: include type as part of hash for interfaces (#2476) 3 years ago
fmtsort.go util/deephash: move internal/deephash to util/deephash 3 years ago
mapiter.go util/deephash: move internal/deephash to util/deephash 3 years ago
mapiter_future.go util/deephash: move internal/deephash to util/deephash 3 years ago