github.com/divyam234/rclone@v1.64.1/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  //go:build plan9
     5  // +build plan9
     6  
     7  package ftp
     8  
     9  import "github.com/spf13/cobra"
    10  
    11  // Command definition is nil to show not implemented
    12  var Command *cobra.Command = nil