github.com/xhghs/rclone@v1.51.1-0.20200430155106-e186a28cced8/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