thestrukture/IDE

View on GitHub
api/handlers/rest_ApiSocket.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

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

//
Severity: Minor
Found in api/handlers/rest_ApiSocket.go by golint

func ApiSocket should be APISocket
Open

func ApiSocket(w http.ResponseWriter, r *http.Request, session *sessions.Session) (response string, callmet bool) {
Severity: Minor
Found in api/handlers/rest_ApiSocket.go by golint

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

// File generated by Gopher Sauce
Severity: Minor
Found in api/handlers/rest_ApiSocket.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/handlers/rest_ApiSocket.go by gofmt

There are no issues that match your filters.

Category
Status