Codebase list golang-github-mitchellh-hashstructure / 0cb468a
gofmt -s Mitchell Hashimoto 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3838 // We run the test 100 times to try to tease out variability
3939 // in the runtime in terms of ordering.
4040 valuelist := make([]uint64, 100)
41 for i, _ := range valuelist {
41 for i := range valuelist {
4242 v, err := Hash(tc, nil)
4343 if err != nil {
4444 t.Fatalf("Error: %s\n\n%#v", err, tc)