go-ml-dev/iokit

View on GitHub
urlhttp.go

Summary

Maintainability
A
0 mins
Test Coverage

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

func (url HttpUrl) Download(wr io.Writer) error {
Severity: Minor
Found in urlhttp.go by golint

exported type HttpUrl should have comment or be unexported
Open

type HttpUrl string
Severity: Minor
Found in urlhttp.go by golint

type HttpUrl should be HTTPURL
Open

type HttpUrl string
Severity: Minor
Found in urlhttp.go by golint

There are no issues that match your filters.

Category
Status