Fix lint fail
1 files changed, 1 insertions(+), 1 deletions(-) M msg.go
M msg.go => msg.go +1 -1
@@ 100,7 100,7 @@ type Message interface { // IsUnion function is necessary to make the type compatible with the Union // interface -func (_ MessageV1) IsUnion() {} +func (t MessageV1) IsUnion() {} func init() { bare.RegisterUnion((*Message)(nil)).