github.com/artpar/rclone@v1.67.3/backend/hdfs/hdfs_unsupported.go (about)

     1  // Build for hdfs for unsupported platforms to stop go complaining
     2  // about "no buildable Go source files "
     3  
     4  //go:build plan9
     5  
     6  // Package hdfs provides an interface to the HDFS storage system.
     7  package hdfs