github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/cmd/serve/ftp/ftp_unsupported.go (about) 1 // Build for unsupported platforms to stop go complaining 2 // about "no buildable Go source files " 3 4 // +build plan9 5 6 package ftp 7 8 import "github.com/spf13/cobra" 9 10 // Command definition is nil to show not implemented 11 var Command *cobra.Command = nil