github.com/artpar/rclone@v1.67.3/cmd/serve/sftp/sftp_unsupported.go (about) 1 // Build for sftp for unsupported platforms to stop go complaining 2 // about "no buildable Go source files " 3 4 //go:build plan9 5 6 // Package sftp implements an SFTP server to serve an rclone VFS 7 package sftp 8 9 import "github.com/spf13/cobra" 10 11 // Command definition is nil to show not implemented 12 var Command *cobra.Command