pedroMMM/goss

View on GitHub
util/command.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method Command.Run should have comment or be unexported
Open

func (c *Command) Run() error {
Severity: Minor
Found in util/command.go by golint

exported function NewCommand should have comment or be unexported
Open

func NewCommand(name string, arg ...string) *Command {
Severity: Minor
Found in util/command.go by golint

exported type Command should have comment or be unexported
Open

type Command struct {
Severity: Minor
Found in util/command.go by golint

There are no issues that match your filters.

Category
Status