rclone/lib/buildinfo/cmount.go

8 lines
84 B
Go

// +build cmount
package buildinfo
func init() {
Tags = append(Tags, "cmount")
}