9 lines
89 B
Go
Raw Normal View History

package _generated
//go:generate msgp
type Issue191 struct {
Foo string
Bar string
}