Skip to content

Commit

Permalink
Fix gci lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-soltanpour committed Dec 19, 2023
1 parent 473bd4e commit 726cf90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ package main
import (
"context"
"flag"
"log"
"os"

"github.com/gatewayd-io/gatewayd-plugin-cache/plugin"
sdkConfig "github.com/gatewayd-io/gatewayd-plugin-sdk/config"
"github.com/gatewayd-io/gatewayd-plugin-sdk/logging"
Expand All @@ -14,8 +17,6 @@ import (
"github.com/hashicorp/go-hclog"
goplugin "github.com/hashicorp/go-plugin"
"github.com/spf13/cast"
"log"
"os"
)

func main() {
Expand Down

0 comments on commit 726cf90

Please sign in to comment.