thestrukture/IDE

View on GitHub
api/methods/method_GetTemplate.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

should omit 2nd value from range; this loop is equivalent to for i := range ...
Open

    for i, _ := range slice {
Severity: Minor
Found in api/methods/method_GetTemplate.go by golint

comment on exported function GetTemplate should be of the form "GetTemplate ..."
Open

//
Severity: Minor
Found in api/methods/method_GetTemplate.go by golint

package comment should be of the form "Package methods ..."
Open

// File generated by Gopher Sauce
Severity: Minor
Found in api/methods/method_GetTemplate.go by golint

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

// File generated by Gopher Sauce
Severity: Minor
Found in api/methods/method_GetTemplate.go by gofmt

There are no issues that match your filters.

Category
Status