chore(lint): run golangci-lint --fix (#105)

This commit is contained in:
Luca Steeb
2024-01-16 01:34:07 +07:00
committed by GitHub
parent 8fc58865be
commit 0ad77d50cb
17 changed files with 39 additions and 22 deletions

View File

@@ -9,6 +9,7 @@ import (
"strings"
"github.com/gorilla/schema"
hatcheterrors "github.com/hatchet-dev/hatchet/pkg/errors"
)