• Eric Myhre's avatar
    Discovered interesting case in map key checking. · b4ab25ff
    Eric Myhre authored
    Using interfaces as a map's key type can cause some things that were otherwise
    compile-time checks to be pushed off into runtime checks instead.
    This is a pretty major "caveat emptor" if you use interface-keyed maps.
    b4ab25ff
cidStruct.go 4.39 KB