lint: missing comment for errors
This commit is contained in:
@@ -12,6 +12,7 @@ import (
|
||||
"github.com/go-pkgz/rest"
|
||||
)
|
||||
|
||||
// All error codes for UI mapping and translation
|
||||
const (
|
||||
ErrInternal = 0 // any internal error
|
||||
ErrCommentNotFound = 1 // can't find comment
|
||||
|
||||
Reference in New Issue
Block a user