NameOfGoy

Results 1 issues of NameOfGoy

### Describe the bug ProviderSet like : ``` import ( "dependence-project/s3" "dependence-project/s3/minio" "github.com/google/wire" ) var ProviderSet = wire.NewSet(NewS3) func NewS3(dataConf *conf.Data) (s3.S3, error) { return minio.NewS3(dataConf.Minio.Endpoint, dataConf.Minio.AccessKeyId, dataConf.Minio.SecretAccessKey, false, "")...