go-ml-dev/iokit

View on GitHub
gcp/url.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function Upload should have comment or be unexported
Open

func Upload(url string, rd io.Reader, metadata map[string]string) (err error) {
Severity: Minor
Found in gcp/url.go by golint

exported function Download should have comment or be unexported
Open

func Download(url string, wr io.Writer) (err error) {
Severity: Minor
Found in gcp/url.go by golint

There are no issues that match your filters.

Category
Status