ConduitIO / ConduitIO/conduit-commons
paramgen sets the type 'string' for array fields
Open
bug
- Dominant language
- Go
- Stars
- 3
- Forks
- 3
- Avg merge
- 1d 24m
- Merged PRs (30d)
- 3
Description
### 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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.