rclone/backend/qingstor/qingstor_unsupported.go

8 lines
160 B
Go
Raw Permalink Normal View History

// Build for unsupported platforms to stop go complaining
// about "no buildable Go source files "
2021-09-09 22:25:25 +10:00
//go:build plan9 || js
// +build plan9 js
package qingstor