diff options
author | Zach Koopmans <zkoopmans@google.com> | 2021-04-14 11:27:05 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-04-14 11:28:49 -0700 |
commit | 5c1052b6bb2658208f1afaf423aeac98f30235c1 (patch) | |
tree | 7ff6b62adec989fd1ff2bd67a883fa8399174ae8 /pkg/sync/BUILD | |
parent | 36dbd3b97dbc455c6d710f4530ec8a07474dee64 (diff) |
[syserror] Remove syserror from go_marshal
PiperOrigin-RevId: 368470656
Diffstat (limited to 'pkg/sync/BUILD')
-rw-r--r-- | pkg/sync/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/sync/BUILD b/pkg/sync/BUILD index b2c5229e7..8b3a11c64 100644 --- a/pkg/sync/BUILD +++ b/pkg/sync/BUILD @@ -43,6 +43,7 @@ go_template( ], deps = [ ":sync", + "//pkg/gohacks", ], ) |