-
Notifications
You must be signed in to change notification settings - Fork 51
[][N]byte generates code that does not compile #23
Open
Description
A field with type [][32]byte will generate code like:
for k0 := range d.Foo {
{
s += 32
}
}
The k0 is unused and prevents compilation (go1.11)
Metadata
Metadata
Assignees
Labels
No labels