Skip to content

Commit 0c7a5bc

Browse files
prattmicgvisor-bot
authored andcommitted
Add nogo TODO.
PiperOrigin-RevId: 315911025
1 parent a085e56 commit 0c7a5bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/defs.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def go_imports(name, src, out):
9696
cmd = ("$(location @org_golang_x_tools//cmd/goimports:goimports) $(SRCS) > $@"),
9797
)
9898

99+
# TODO(b/158696872): Enable nogo by default.
99100
def go_library(name, srcs, deps = [], imports = [], stateify = True, marshal = False, marshal_debug = False, nogo = False, **kwargs):
100101
"""Wraps the standard go_library and does stateification and marshalling.
101102

0 commit comments

Comments
 (0)