cheikhshift/samb

View on GitHub
types.go

Summary

Maintainability
A
0 mins
Test Coverage

comment on exported type Go should be of the form "Go ..." (with optional leading article)
Open

// Array of Go statements
Severity: Minor
Found in types.go by golint

exported type Template should have comment or be unexported
Open

type Template struct {
Severity: Minor
Found in types.go by golint

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

package samb
Severity: Minor
Found in types.go by gofmt

exported type Global should have comment or be unexported
Open

type Global struct {
Severity: Minor
Found in types.go by golint

exported type Templates should have comment or be unexported
Open

type Templates struct {
Severity: Minor
Found in types.go by golint

There are no issues that match your filters.

Category
Status