1
0
mirror of https://github.com/rclone/rclone.git synced 2025-01-19 04:47:54 +02:00
rclone/backend/qingstor/qingstor_unsupported.go
Nick Craig-Wood be54fd8f70 Remove builds conditional on go1.7 since that is now guaranteed #2154
Old fallback code was deleted and the go1.7 style code inlined where
appropriate.
2018-04-07 11:42:55 +01:00

7 lines
134 B
Go

// Build for unsupported platforms to stop go complaining
// about "no buildable Go source files "
// +build plan9
package qingstor