Skip to content

Commit b1d6176

Browse files
committed
go-lint.sh
1 parent 557095f commit b1d6176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/api/proxy_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package api
22

33
import (
4+
"context"
45
"crypto/ecdsa"
56
"crypto/elliptic"
67
"crypto/rand"
@@ -18,7 +19,6 @@ import (
1819
"strings"
1920
"testing"
2021
"time"
21-
"context"
2222
)
2323

2424
// waitForServerReady polls the server until it's ready to accept connections

0 commit comments

Comments
 (0)