mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
1ebbc74f1d
- make compile on all unix OSes - this will make the docs appear on linux and rclone.org! - add --sudo flag for using with mount - improve error reporting - fix option handling
9 lines
220 B
Go
9 lines
220 B
Go
// Build for nfsmount for unsupported platforms to stop go complaining
|
|
// about "no buildable Go source files "
|
|
|
|
//go:build !unix
|
|
// +build !unix
|
|
|
|
// Package nfsmount implements mount command using NFS.
|
|
package nfsmount
|