We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a085e56 commit 0c7a5bcCopy full SHA for 0c7a5bc
tools/defs.bzl
@@ -96,6 +96,7 @@ def go_imports(name, src, out):
96
cmd = ("$(location @org_golang_x_tools//cmd/goimports:goimports) $(SRCS) > $@"),
97
)
98
99
+# TODO(b/158696872): Enable nogo by default.
100
def go_library(name, srcs, deps = [], imports = [], stateify = True, marshal = False, marshal_debug = False, nogo = False, **kwargs):
101
"""Wraps the standard go_library and does stateification and marshalling.
102
0 commit comments