diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-11 20:38:26 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-11 20:38:26 +0000 |
commit | 51194daa8da2bee362c9ecb6491016038e5f8436 (patch) | |
tree | aa1d6310ea8b331f6985e01ae8d60b722a3e9972 /tools/go_marshal | |
parent | b758e31a9b2f0f68d0c0182a74da954f81053f72 (diff) | |
parent | b8bee78d0c99a0c9423061b3dda10b9ef8c9719d (diff) |
Merge release-20200810.0-236-gb8bee78d0 (automated)
Diffstat (limited to 'tools/go_marshal')
-rw-r--r-- | tools/go_marshal/marshal/marshal_impl_util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/go_marshal/marshal/marshal_impl_util.go b/tools/go_marshal/marshal/marshal_impl_util.go index 89c7d3575..1724652f7 100644 --- a/tools/go_marshal/marshal/marshal_impl_util.go +++ b/tools/go_marshal/marshal/marshal_impl_util.go @@ -44,7 +44,7 @@ func (StubMarshallable) MarshalBytes(dst []byte) { // UnmarshalBytes implements Marshallable.UnmarshalBytes. func (StubMarshallable) UnmarshalBytes(src []byte) { - panic("Please implement your own UnMarshalBytes function") + panic("Please implement your own UnmarshalBytes function") } // Packed implements Marshallable.Packed. |