docs: fix code comment regarding cmount tag

This commit is contained in:
albertony
2026-04-20 18:45:38 +02:00
parent 65ef7d8e6c
commit f1a5e44d50

View File

@@ -7,7 +7,7 @@ import (
)
// Tags contains slice of build tags.
// The `cmount` tag is added by cmd/cmount/mount.go only if build is static.
// The `cmount` tag is added by cmd/cmount/mount.go only if cmount command is supported.
// The `noselfupdate` tag is added by cmd/selfupdate/noselfupdate.go
// Other tags including `cgo` are detected in this package.
var Tags []string