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

@@ -4,9 +4,10 @@ import (
"fmt"
"net/http"
"github.com/rs/zerolog"
"github.com/hatchet-dev/hatchet/internal/validator"
"github.com/hatchet-dev/hatchet/pkg/errors"
"github.com/rs/zerolog"
)
type RequestDecoderValidator interface {