go-ml-dev/iokit

View on GitHub
url.go

Summary

Maintainability
A
0 mins
Test Coverage

struct field Url should be URL
Open

    Url      string
Severity: Minor
Found in url.go by golint

exported type Metadata should have comment or be unexported
Open

type Metadata map[string]string
Severity: Minor
Found in url.go by golint

type IoUrl should be IoURL
Open

type IoUrl struct {
Severity: Minor
Found in url.go by golint

exported function Url should have comment or be unexported
Open

func Url(url string, opts ...interface{}) LuckyInputOutput {
Severity: Minor
Found in url.go by golint

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

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

exported type IoUrl should have comment or be unexported
Open

type IoUrl struct {
Severity: Minor
Found in url.go by golint

exported type AsyncUpload should have comment or be unexported
Open

type AsyncUpload struct{ Notify func(url string, err error) }
Severity: Minor
Found in url.go by golint

func Url should be URL
Open

func Url(url string, opts ...interface{}) LuckyInputOutput {
Severity: Minor
Found in url.go by golint

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

func (iourl IoUrl) Create() (hw Whole, err error) {
Severity: Minor
Found in url.go by golint

There are no issues that match your filters.

Category
Status