### Bug description If a config struct contains an array field, e.g. ```go MyIntArray [3]int ``` then paramgen generates the type `string` for this field. ### Steps to reproduce See description. ### Version v0.5.0