1
0
mirror of https://github.com/rclone/rclone.git synced 2025-02-04 05:08:23 +02:00
rclone/cmd/serve/nfs/nfs_unsupported.go

13 lines
232 B
Go

// For unsupported architectures
//go:build !unix
// Package nfs is not supported on non-Unix platforms
package nfs
import (
"github.com/spf13/cobra"
)
// Command is just nil for unsupported platforms
var Command *cobra.Command