We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54c6e0 commit fba2589Copy full SHA for fba2589
.golangci.yaml
@@ -7,6 +7,7 @@ run:
7
linters:
8
default: all
9
disable:
10
+ - tagliatelle
11
- bodyclose
12
- gomoddirectives
13
- contextcheck
cmd/gateway-extension/main.go
@@ -9,6 +9,7 @@ import (
"syscall"
"time"
+ "github.com/mcuadros/go-defaults"
"github.com/openkcm/common-sdk/pkg/commoncfg"
14
"github.com/openkcm/common-sdk/pkg/health"
15
"github.com/openkcm/common-sdk/pkg/logger"
@@ -20,8 +21,6 @@ import (
20
21
root "github.com/openkcm/gateway-extension"
22
"github.com/openkcm/gateway-extension/internal/business"
23
"github.com/openkcm/gateway-extension/internal/config"
-
24
- "github.com/mcuadros/go-defaults"
25
)
26
27
var versionFlag = flag.Bool("version", false, "print version information")
0 commit comments