mirror of
https://github.com/containerd/containerd.git
synced 2026-08-11 09:37:14 +00:00
Copying of message structs is not allowed and results in the following govet error. This commit fixes these errors by avoiding copying of the messages. > google.golang.org/protobuf/runtime/protoimpl.MessageState contains sync.Mutex (govet) Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>