go-ml-dev/iokit

View on GitHub
decompress.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function Decompress should have comment or be unexported
Open

func Decompress(source interface{}) io.ReadCloser {
Severity: Minor
Found in decompress.go by golint

if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary)
Open

    } else {
Severity: Minor
Found in decompress.go by golint

exported function Compressed should have comment or be unexported
Open

func Compressed(arch interface{}) LuckyInput {
Severity: Minor
Found in decompress.go by golint

There are no issues that match your filters.

Category
Status