1
mirror of https://github.com/rclone/rclone synced 2024-11-21 22:50:16 +01:00
rclone/backend/hdfs/hdfs_unsupported.go

8 lines
206 B
Go

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