Skip to content

Commit 726cf90

Browse files
committed
Fix gci lint error
1 parent 473bd4e commit 726cf90

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ package main
33
import (
44
"context"
55
"flag"
6+
"log"
7+
"os"
8+
69
"github.com/gatewayd-io/gatewayd-plugin-cache/plugin"
710
sdkConfig "github.com/gatewayd-io/gatewayd-plugin-sdk/config"
811
"github.com/gatewayd-io/gatewayd-plugin-sdk/logging"
@@ -14,8 +17,6 @@ import (
1417
"github.com/hashicorp/go-hclog"
1518
goplugin "github.com/hashicorp/go-plugin"
1619
"github.com/spf13/cast"
17-
"log"
18-
"os"
1920
)
2021

2122
func main() {

0 commit comments

Comments
 (0)