github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/cmd/serve/webdav/webdav_unsupported.go (about)

     1  // Build for webdav for unsupported platforms to stop go complaining
     2  // about "no buildable Go source files "
     3  
     4  // +build !go1.9
     5  
     6  package webdav
     7  
     8  import "github.com/spf13/cobra"
     9  
    10  // Command definition is nil to show not implemented
    11  var Command *cobra.Command = nil