mirror of
https://github.com/rclone/rclone.git
synced 2025-01-23 06:38:47 +01:00
4245a042c0
- 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
|