feat: run staticcheck during build and fix errors
This commit was merged in pull request #285.
This commit is contained in:
@@ -5,5 +5,5 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrInternal = errors.New("Internal server error")
|
||||
ErrInternal = errors.New("internal server error")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user