mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 11:07:15 +08:00
12 lines
177 B
Go
12 lines
177 B
Go
![]() |
// +build !linux,!darwin,!freebsd
|
||
|
|
||
|
package mountlib
|
||
|
|
||
|
import (
|
||
|
"github.com/spf13/pflag"
|
||
|
)
|
||
|
|
||
|
// add any extra platform specific flags
|
||
|
func platformFlags(flags *pflag.FlagSet) {
|
||
|
}
|