1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-24 12:56:36 +02:00
rclone/cmd/nfsmount/nfsmount_unsupported.go

8 lines
204 B
Go

// Build for nfsmount for unsupported platforms to stop go complaining
// about "no buildable Go source files "
//go:build !unix
// Package nfsmount implements mount command using NFS.
package nfsmount