mirror of
https://github.com/rclone/rclone
synced 2024-12-23 14:23:44 +01:00
8 lines
94 B
Go
8 lines
94 B
Go
// +build cmount
|
|
// +build cgo
|
|
// +build windows
|
|
|
|
package cmount
|
|
|
|
const commandName = "mount"
|