1 2 3 4 5 6 7 8
type Test struct { a Type } func (t *Test) RIGHT(a Type) (Type, error) { t.a = a return ChangeMe, nil }