From 09ec217bb1c5b28339acfce2038fe1fa462a6b0d Mon Sep 17 00:00:00 2001 From: Juan Font Date: Mon, 19 Jul 2021 20:12:37 +0200 Subject: [PATCH] Fixing linting issue --- app.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.go b/app.go index da2769dd..8e8e52b8 100644 --- a/app.go +++ b/app.go @@ -1,7 +1,7 @@ package headscale import ( - _ "embed" + _ "embed" // used to add the derp.yaml map "errors" "fmt" "log" @@ -18,6 +18,7 @@ import ( "tailscale.com/types/wgkey" ) +// BaseDerp is the base derp map included in derp.yaml //go:embed derp.yaml var BaseDerp string