diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-17 00:16:04 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-17 00:16:04 +0000 |
commit | 422a0ed80273a8c08ae28c7b5e754c436fb0d574 (patch) | |
tree | 80e08c1124b9011e48ed75dfdd00f72de2f6fdae /pkg/marshal | |
parent | 5885666c146218d4c845cb6030f657c3e0f75ecd (diff) | |
parent | ae59e529791e4763aaa25eee818605f17699fc67 (diff) |
Merge release-20200907.0-120-gae59e5297 (automated)
Diffstat (limited to 'pkg/marshal')
-rw-r--r-- | pkg/marshal/marshal_impl_util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/marshal/marshal_impl_util.go b/pkg/marshal/marshal_impl_util.go index 69f33321e..ea75e09f2 100644 --- a/pkg/marshal/marshal_impl_util.go +++ b/pkg/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. |