gopathshadow reports if you have any shadowed Go packages in your GOPATH workspaces.
A shadowed package occurs when a Go package directory exists in more than one workspace,
so one location will shadow others. This is an invalid setup and should be fixed.