go-ml-dev/iokit

View on GitHub
urlwriter.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function Upload should have comment or be unexported
Open

func Upload(url string, reader io.Reader) error {
Severity: Minor
Found in urlwriter.go by golint

method createUrlWriter should be createURLWriter
Open

func (iourl IoUrl) createUrlWriter() (wh Whole, err error) {
Severity: Minor
Found in urlwriter.go by golint

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

func (iourl IoUrl) Upload(rd io.Reader) error {
Severity: Minor
Found in urlwriter.go by golint

There are no issues that match your filters.

Category
Status