NameOfGoy

Results 1 comments of NameOfGoy

I have got to wrap it with a struct in order for it to generate without errors. ``` type Client struct { s3.S3 } func NewS3(dataConf *conf.Data) (*Client, error) {...