feat: run staticcheck during build and fix errors
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 46s
Build Docker Image / Build-Docker-Image (push) Successful in 41s

This commit was merged in pull request #285.
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")
)