Closed client9 closed 9 years ago
Please send a full reproducer that I can quickly run, along with steps to reproduce
same as #88
$ cat junk.go
package junk
type Junk struct {
Names [][2]string
}
$ codecgen -o junk_gen.go junk.go
$ go build ./...
./junk_gen.go:243: h.encArray2string undefined (type codecSelfer7812 has no field or method encArray2string)
./junk_gen.go:302: h.decArray2string undefined (type codecSelfer7812 has no field or method decArray2string)
./junk_gen.go:319: h.decArray2string undefined (type codecSelfer7812 has no field or method decArray2string)
./junk_gen.go:344: h.decArray2string undefined (type codecSelfer7812 has no field or method decArray2string)
Working on it now. Reproduced. Should have a fix later on today.
this is using latest codecgen