antonmarin/secret-yaml

View on GitHub
io/file.go

Summary

Maintainability
A
0 mins
Test Coverage
B
83%

Your code does not pass gofmt in 1 place. Go fmt your code!
Open

package io
Severity: Minor
Found in io/file.go by gofmt

exported func NewFile returns unexported type *io.file, which can be annoying to use
Confirmed

func NewFile(path string) *file {
Severity: Minor
Found in io/file.go by golint

There are no issues that match your filters.

Category
Status