diff options
author | Boyuan He <heboyuan@google.com> | 2020-08-05 18:29:59 +0000 |
---|---|---|
committer | Boyuan He <heboyuan@google.com> | 2020-08-07 00:29:07 +0000 |
commit | 92c06435874434836973d478ba469bc8f5aca356 (patch) | |
tree | f9651fb7ebb28f893c7628bd5c33399495943e9d /tools/go_marshal/marshal/BUILD | |
parent | d0127b23f26d546db0d525201f0ad3f43d5b8d24 (diff) |
add stub go marshallable implementation
Diffstat (limited to 'tools/go_marshal/marshal/BUILD')
-rw-r--r-- | tools/go_marshal/marshal/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/go_marshal/marshal/BUILD b/tools/go_marshal/marshal/BUILD index bacfaa5a4..4aec98218 100644 --- a/tools/go_marshal/marshal/BUILD +++ b/tools/go_marshal/marshal/BUILD @@ -6,6 +6,7 @@ go_library( name = "marshal", srcs = [ "marshal.go", + "marshal_impl_util.go", ], visibility = [ "//:sandbox", |