mirror of
https://github.com/rclone/rclone.git
synced 2024-12-25 21:43:59 +08:00
9 lines
270 B
Go
9 lines
270 B
Go
|
// Build for nfsmount for unsupported platforms to stop go complaining
|
||
|
// about "no buildable Go source files "
|
||
|
|
||
|
//go:build !darwin || cmount
|
||
|
// +build !darwin cmount
|
||
|
|
||
|
// Package nfsmount implements mount command using NFS, not needed on most platforms
|
||
|
package nfsmount
|