From 575f33d18326df526214f58949a5834738b0dbaa Mon Sep 17 00:00:00 2001 From: e-zk Date: Fri, 4 Mar 2022 20:35:09 +1000 Subject: [PATCH] docs: fix comments to comply with golangci-lint --- platform_config.go | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/platform_config.go b/platform_config.go index 86273e78..d36a37ce 100644 --- a/platform_config.go +++ b/platform_config.go @@ -11,8 +11,7 @@ import ( "github.com/rs/zerolog/log" ) -// WindowsConfigMessage shows a simple message in the browser for how to -// configure the Windows tailscale client. +// WindowsConfigMessage shows a simple message in the browser for how to configure the Windows Tailscale client. func (h *Headscale) WindowsConfigMessage(ctx *gin.Context) { winTemplate := template.Must(template.New("windows").Parse(` @@ -76,8 +75,7 @@ REG ADD "HKLM\Software\Tailscale IPN" /v LoginURL /t REG_SZ /d "{{.URL}}" ctx.Data(http.StatusOK, "text/html; charset=utf-8", payload.Bytes()) } -// WindowsRegConfig generates and serves the .reg file -// pre-configured to the headscale server address +// WindowsRegConfig generates and serves a .reg file configured with the Headscale server address. func (h *Headscale) WindowsRegConfig(ctx *gin.Context) { config := WindowsRegistryConfig{ URL: h.cfg.ServerURL, @@ -105,8 +103,7 @@ func (h *Headscale) WindowsRegConfig(ctx *gin.Context) { ) } -// AppleConfigMessage shows a simple message in the browser to point the user -// to the iOS/MacOS profile and instructions for how to install it +// AppleConfigMessage shows a simple message in the browser to point the user to the iOS/MacOS profile and instructions for how to install it. func (h *Headscale) AppleConfigMessage(ctx *gin.Context) { appleTemplate := template.Must(template.New("apple").Parse(`