Skip to content

Commit 4a78f0e

Browse files
fix linter
Signed-off-by: Thomas Poignant <[email protected]>
1 parent 3ff8e57 commit 4a78f0e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/relayproxy/api/server.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import (
44
"context"
55
"errors"
66
"fmt"
7+
"net/http"
8+
"strings"
9+
710
"github.com/aws/aws-lambda-go/lambda"
811
"github.com/labstack/echo-contrib/echoprometheus"
912
"github.com/labstack/echo/v4"
@@ -17,8 +20,6 @@ import (
1720
"github.com/thomaspoignant/go-feature-flag/cmd/relayproxy/service"
1821
"go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho"
1922
"go.uber.org/zap"
20-
"net/http"
21-
"strings"
2223
)
2324

2425
// New is used to create a new instance of the API server

0 commit comments

Comments
 (0)