Hey, I was wondering, why does the code generator ignore my map in this struct? ```go type Test struct { M map[int]int `msgp:"m"` } ``` As far as I know, the message pack spec allows such keys for maps