thestrukture/IDE

View on GitHub
api/methods/method_UpdateApp.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

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

//
Severity: Minor
Found in api/methods/method_UpdateApp.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_UpdateApp.go by golint

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_UpdateApp.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_UpdateApp.go by gofmt

There are no issues that match your filters.

Category
Status