go-ml-dev/iokit

View on GitHub
cache.go

Summary

Maintainability
A
0 mins
Test Coverage

2: cannot find package "go-ml.dev/pkg/iokit/fu" in any of:
Open

    "go-ml.dev/pkg/iokit/fu"
Severity: Minor
Found in cache.go by govet

exported method Cache.Path should have comment or be unexported
Open

func (c Cache) Path() string {
Severity: Minor
Found in cache.go by golint

exported method Cache.Remove should have comment or be unexported
Open

func (c Cache) Remove() (err error) {
Severity: Minor
Found in cache.go by golint

exported function CacheFile should have comment or be unexported
Open

func CacheFile(f string) string {
Severity: Minor
Found in cache.go by golint

exported function CacheDir should have comment or be unexported
Open

func CacheDir(d string) string {
Severity: Minor
Found in cache.go by golint

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

func (c Cache) Open() (io.ReadCloser, error) {
Severity: Minor
Found in cache.go by golint

exported method Cache.LuckyOpen should have comment or be unexported
Open

func (c Cache) LuckyOpen() LuckyReader {
Severity: Minor
Found in cache.go by golint

exported method Cache.File should have comment or be unexported
Open

func (c Cache) File() InputOutput {
Severity: Minor
Found in cache.go by golint

exported method Cache.Defined should have comment or be unexported
Open

func (c Cache) Defined() bool {
Severity: Minor
Found in cache.go by golint

exported type Cache should have comment or be unexported
Open

type Cache string
Severity: Minor
Found in cache.go by golint

exported method Cache.Exists should have comment or be unexported
Open

func (c Cache) Exists() bool {
Severity: Minor
Found in cache.go by golint

exported var FullCacheDir should have comment or be unexported
Open

var FullCacheDir string
Severity: Minor
Found in cache.go by golint

There are no issues that match your filters.

Category
Status