go-ml-dev/iokit

View on GitHub
urlgs.go

Summary

Maintainability
A
0 mins
Test Coverage

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

func (gsurl GsUrl) Download(wr io.Writer) error {
Severity: Minor
Found in urlgs.go by golint

exported type GsUrl should have comment or be unexported
Open

type GsUrl string
Severity: Minor
Found in urlgs.go by golint

type GsUrl should be GsURL
Open

type GsUrl string
Severity: Minor
Found in urlgs.go by golint

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

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

There are no issues that match your filters.

Category
Status