diff options
author | Michael Pratt <mpratt@google.com> | 2020-06-11 09:11:44 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-06-11 09:13:01 -0700 |
commit | 0c7a5bc69c19de59c426045d10a56613f992f0dd (patch) | |
tree | 5718db08e41e3e207b26c19c320817f3af64fb51 /tools/defs.bzl | |
parent | a085e562d0592bccc99e9e0380706a8025f70d53 (diff) |
Add nogo TODO.
PiperOrigin-RevId: 315911025
Diffstat (limited to 'tools/defs.bzl')
-rw-r--r-- | tools/defs.bzl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/defs.bzl b/tools/defs.bzl index 41eded16d..0bd468786 100644 --- a/tools/defs.bzl +++ b/tools/defs.bzl @@ -96,6 +96,7 @@ def go_imports(name, src, out): cmd = ("$(location @org_golang_x_tools//cmd/goimports:goimports) $(SRCS) > $@"), ) +# TODO(b/158696872): Enable nogo by default. def go_library(name, srcs, deps = [], imports = [], stateify = True, marshal = False, marshal_debug = False, nogo = False, **kwargs): """Wraps the standard go_library and does stateification and marshalling. |