mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-02 03:33:05 +00:00
Fix golangcilint
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
12ee9bc02d
commit
6d8c18d4de
1 changed files with 5 additions and 3 deletions
|
@ -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…
Reference in a new issue