run first lint

This commit is contained in:
Damian
2023-11-10 17:03:38 +00:00
committed by GitHub
parent f87e35b5f8
commit 571eb4174d
6 changed files with 38 additions and 39 deletions

View File

@@ -2,12 +2,12 @@ package handlers
import (
_ "embed"
"log"
"github.com/gofiber/fiber/v2"
)
//nolint:all
//go:embed VERSION
var version string