~chrisppy/go-barefeed

75dc5f7d571e5a35c16e80b8c2027cb51b1d12c1 — Chris Palmer 2 years ago 41e72b3
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)).