1
mirror of https://github.com/rclone/rclone synced 2025-01-10 13:06:26 +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