go-ml-dev/iokit

View on GitHub
urls3.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method S3Url.Upload should have comment or be unexported
Open

func (s3url S3Url) Upload(rd io.Reader, metadata ...map[string]string) error {
Severity: Minor
Found in urls3.go by golint

exported method S3Url.Download should have comment or be unexported
Open

func (s3url S3Url) Download(wr io.Writer) error {
Severity: Minor
Found in urls3.go by golint

exported type S3Url should have comment or be unexported
Open

type S3Url string
Severity: Minor
Found in urls3.go by golint

There are no issues that match your filters.

Category
Status