Closed
Description
To reproduce:
- go get github.com/google/go-cmp/cmp
- cd $GOPATH/src/github.com/google/go-cmp/cmp
- go test
# github.com/google/go-cmp/cmp_test
./compare_test.go:23:2: could not import github.com/google/go-cmp/cmp (cannot import, possibly version skew (embedded type is not an interface) - reinstall package)
./compare_test.go:481:23: cannot range over p (invalid operand)
vet: typecheck failures
FAIL github.com/google/go-cmp/cmp [build failed]