Skip to content

Commit

Permalink
Add nogo TODO.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 315911025
  • Loading branch information
prattmic authored and gvisor-bot committed Jun 11, 2020
1 parent a085e56 commit 0c7a5bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/defs.bzl
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 0c7a5bc

Please sign in to comment.