mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 14:39:24 +08:00
71edc75ca6
This includes an HDFS docker image to use with the integration tests. Co-authored-by: Ivan Andreev <ivandeex@gmail.com> Co-authored-by: Nick Craig-Wood <nick@craig-wood.com>
7 lines
139 B
Go
7 lines
139 B
Go
// Build for hdfs for unsupported platforms to stop go complaining
|
|
// about "no buildable Go source files "
|
|
|
|
// +build plan9
|
|
|
|
package hdfs
|