kpramesh
Results
2
issues of
kpramesh
### Describe the feature I have the following code ```package main import "gopkg.in/ini.v1" type AccessKey struct { AccessKeyId string `ini:"access_key_id"` AccessKeySecret string `ini:"access_key_secret"` } type User struct { Root AccessKey...
feature
Hi Team, Could you please upload your plugin jars to Maven central or JCenter. This would help us extend your plugin and use it as base for our own open...