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.
golang.org/x/exp/slices
1 parent 1fb0a1b commit 3eaec11Copy full SHA for 3eaec11
tailnet/coordinator.go
@@ -13,7 +13,6 @@ import (
13
"sync"
14
"time"
15
16
- "github.com/coder/coder/coderd/util/slice"
17
"github.com/google/uuid"
18
lru "github.com/hashicorp/golang-lru/v2"
19
"golang.org/x/exp/slices"
@@ -22,6 +21,7 @@ import (
22
21
"tailscale.com/types/key"
23
24
"cdr.dev/slog"
+ "github.com/coder/coder/coderd/util/slice"
25
)
26
27
// Coordinator exchanges nodes with agents to establish connections.
0 commit comments