mirror of
https://github.com/rclone/rclone.git
synced 2026-05-14 03:14:17 -04:00
docs: fix code comment regarding cmount tag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user