diff options
author | Adin Scannell <ascannell@google.com> | 2020-10-16 14:42:02 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-16 14:44:03 -0700 |
commit | 9a3d8973c4fcd1475b3748c10eb3e255d44e8a20 (patch) | |
tree | 25f332bd695093bcb7756e9cc6ec98c4c0ab244d /tools/nogo | |
parent | 4ddb58f6efb3b0bfcce40f8d126973701db89c4b (diff) |
Refactor shared starlark files.
PiperOrigin-RevId: 337581114
Diffstat (limited to 'tools/nogo')
-rw-r--r-- | tools/nogo/defs.bzl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nogo/defs.bzl b/tools/nogo/defs.bzl index 8096087dd..29898cfda 100644 --- a/tools/nogo/defs.bzl +++ b/tools/nogo/defs.bzl @@ -1,6 +1,6 @@ """Nogo rules.""" -load("//tools/bazeldefs:defs.bzl", "go_context", "go_importpath", "go_rule", "go_test_library") +load("//tools/bazeldefs:go.bzl", "go_context", "go_importpath", "go_rule", "go_test_library") NogoTargetInfo = provider( "information about the Go target", |