mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-22 07:57:34 +00:00
Fix golangcilint
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
12ee9bc02d
commit
6d8c18d4de
@ -17,9 +17,11 @@ import (
|
|||||||
"github.com/ory/dockertest/v3"
|
"github.com/ory/dockertest/v3"
|
||||||
)
|
)
|
||||||
|
|
||||||
const scenarioHashLength = 6
|
const (
|
||||||
const maxWait = 60 * time.Second
|
scenarioHashLength = 6
|
||||||
const headscalePort = 8080
|
maxWait = 60 * time.Second
|
||||||
|
headscalePort = 8080
|
||||||
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
errNoHeadscaleAvailable = errors.New("no headscale available")
|
errNoHeadscaleAvailable = errors.New("no headscale available")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user