Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-02 | Remove go_tool_library references. | Adin Scannell | |
This is required only for the built-in bazel nogo functionality. Since we roll these targets manually via the wrappers, we don't need to use go_tool_library. The inconsistent use of these targets leads to conflicting instantiations of go_default_library and go_tool_library, which both contain the same output files. PiperOrigin-RevId: 355184975 |