We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm hitting an issue where if I follow the Getting started with Go CodeLab I hit the following error:
plz-out/gen/go/build_defs/go.build_defs:497:12: error: Empty source path provides['cover_vars'] = cover_vars return build_rule( ^ name = name, Traceback: plz-out/gen/go/build_defs/go.build_defs:497:12: return build_rule( plz-out/gen/go/build_defs/go.build_defs:614:11: lib = go_library( src/BUILD: 3: 1: go_binary(
If I switch to using a local installation of Go. This error disappears and everything seems to work correctly.
Some information about my system:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I'm hitting an issue where if I follow the Getting started with Go CodeLab I hit the following error:
If I switch to using a local installation of Go. This error disappears and everything seems to work correctly.
Some information about my system:
The text was updated successfully, but these errors were encountered: