mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 04:41:17 +08:00
8 lines
206 B
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
|