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 473bd4e commit 726cf90Copy full SHA for 726cf90
main.go
@@ -3,6 +3,9 @@ package main
3
import (
4
"context"
5
"flag"
6
+ "log"
7
+ "os"
8
+
9
"github.com/gatewayd-io/gatewayd-plugin-cache/plugin"
10
sdkConfig "github.com/gatewayd-io/gatewayd-plugin-sdk/config"
11
"github.com/gatewayd-io/gatewayd-plugin-sdk/logging"
@@ -14,8 +17,6 @@ import (
14
17
"github.com/hashicorp/go-hclog"
15
18
goplugin "github.com/hashicorp/go-plugin"
16
19
"github.com/spf13/cast"
- "log"
- "os"
20
)
21
22
func main() {
0 commit comments