提交 e99a378a 编写于 作者: A Aaron Schlesinger

Removing the "no buildable source files" error on non-linux machines

上级 8fe16fdf
// +build !linux
package main
import (
"fmt"
"os"
)
func main() {
fmt.Println(
"this driver was built on a non-linux machine, so it is " +
"unavailable. Please re-build minikube on a linux machine to enable " +
"it.",
)
os.Exit(1)
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册