From 132f71d50414b0e9d010d083d9168d3b4016e3dc Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 4 Aug 2017 22:53:41 +0100 Subject: [PATCH] qingstor: add missing file to fix plan9 build --- qingstor/qingstor_unsupported.go | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 qingstor/qingstor_unsupported.go diff --git a/qingstor/qingstor_unsupported.go b/qingstor/qingstor_unsupported.go new file mode 100644 index 000000000..a2980237a --- /dev/null +++ b/qingstor/qingstor_unsupported.go @@ -0,0 +1,6 @@ +// Build for unsupported platforms to stop go complaining +// about "no buildable Go source files " + +// +build plan9 + +package qingstor