mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Remove unused variable
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
93d56362af
commit
835288d864
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ import (
|
||||||
const (
|
const (
|
||||||
scenarioHashLength = 6
|
scenarioHashLength = 6
|
||||||
maxWait = 60 * time.Second
|
maxWait = 60 * time.Second
|
||||||
headscalePort = 8080
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
@ -50,7 +49,7 @@ var (
|
||||||
// "1.12.4",
|
// "1.12.4",
|
||||||
// "1.10.2",
|
// "1.10.2",
|
||||||
// "1.8.7",
|
// "1.8.7",
|
||||||
// }
|
// }.
|
||||||
|
|
||||||
TailscaleVersions = append(
|
TailscaleVersions = append(
|
||||||
tailscaleVersions2021,
|
tailscaleVersions2021,
|
||||||
|
|
Loading…
Reference in a new issue