lostluck commented on pull request #13308: URL: https://github.com/apache/beam/pull/13308#issuecomment-736085775
The vet problem is the same as the linked BEAM-4831 JIRA. It's got everything to do with the way gogradle caches everything in vendor directories, and the go vet tests checking by simply directory structures without special handling of vendoring. Either way, this PR *cannot* be affecting that error. If you'd like to verify, first delete the various vendor directories under sdks/go (we don't submit these directories), *then* run the go vet command again. Once we move to Go Modules, this problem will go away as it does away with needing vendor directories. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
