Anders Arpi

Results 1 issues of Anders Arpi

I just ran into this issue, took some time to figure out. ``` type t struct { A *int } var zero int fmt.Println(hashstructure.Hash(t{}, hashstructure.FormatV2, nil)) fmt.Println(hashstructure.Hash(t{A: &zero}, hashstructure.FormatV2, nil))...