Address a bunch of golangci-lint warnings.

This commit is contained in:
Ward Vandewege 2021-04-24 11:41:29 -04:00
parent f7b6c68d22
commit f7c7b4873a
6 changed files with 46 additions and 30 deletions

View file

@ -31,11 +31,11 @@ var versionCmd = &cobra.Command{
var headscaleCmd = &cobra.Command{
Use: "headscale",
Short: "headscale - a Tailscale control server",
Long: fmt.Sprintf(`
Long: `
headscale is an open source implementation of the Tailscale control server
Juan Font Alonso <juanfontalonso@gmail.com> - 2021
https://gitlab.com/juanfont/headscale`),
https://gitlab.com/juanfont/headscale`,
}
var serveCmd = &cobra.Command{