feat: run staticcheck during build and fix errors

This commit is contained in:
2024-11-29 20:23:02 +01:00
parent a62f0fb037
commit e201ac7b2c
6 changed files with 12 additions and 20 deletions

View File

@@ -5,5 +5,5 @@ import (
)
var (
ErrInternal = errors.New("Internal server error")
ErrInternal = errors.New("internal server error")
)