Fix lint issues

Change-Id: Ida17f639828adf432560f25d2bc98dd70f7482a6
Signed-off-by: Walter Poupore <walterp@tailscale.com>
This commit is contained in:
Walter Poupore 2026-04-20 20:15:14 -07:00
parent 8b3a0b9fe5
commit c2f5b8d31c
4 changed files with 7 additions and 5 deletions

View File

@ -2,9 +2,11 @@
# genreadme
Copyright (c) Tailscale Inc & contributors SPDX-License-Identifier: BSD-3-Clause
The genreadme tool generates/updates README.md files in the tailscale repo.
# Running
From the tailscale root, run: `./tool/go run ./misc/genreadme` and it will update all
the README.md files that are stale in the tree.
From the tailscale root, run: `./tool/go run ./misc/genreadme` and it will
update all the README.md files that are stale in the tree.

View File

@ -237,4 +237,4 @@ func hasPkgMainGoFiles(dir string, dents []fs.DirEntry) bool {
return pkgFile.Name.Name == "main"
}
return false
}
}

View File

@ -229,4 +229,4 @@ func genK8sDeploy(dir string) ([]byte, error) {
}
return buf.Bytes(), nil
}
}

View File

@ -198,4 +198,4 @@ For other commands and documentation, see:
{{- if .Description }}: {{.Description}}{{end -}}
{{ end }}
{{ end }}
`))
`))