go-ml-dev/iokit

View on GitHub
urlreader.go

Summary

Maintainability
A
0 mins
Test Coverage

method openUrlReader should be openURLReader
Open

func (iourl IoUrl) openUrlReader() (rd io.ReadCloser, err error) {
Severity: Minor
Found in urlreader.go by golint

exported function Download should have comment or be unexported
Open

func Download(url string, writer io.Writer) error {
Severity: Minor
Found in urlreader.go by golint

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

func (iourl IoUrl) Download(wr io.Writer) error {
Severity: Minor
Found in urlreader.go by golint

There are no issues that match your filters.

Category
Status