-
Notifications
You must be signed in to change notification settings - Fork 567
Open
Description
Using 9b67006 in the following package go get -v -u -t golang.org/x/net
, the following line resolves incorrectly to the builtin package https://github.com/golang/net/blob/28273ec927bee3bea305f112fc28ceee575ea893/icmp/endpoint.go#L56
it should resolve to x/net/ipv4/package.go:23
but it resolves to Go sdk net/net.go:306
.