#!/usr/bin/env bash # This is a modified version of Kubernetes KUBE_GO_PACKAGE=kubesphere.io/kubesphere # Ensure the go tool exists and is a viable version. kube::golang::verify_go_version() { if [[ -z "$(command -v go)" ]]; then kube::log::usage_from_stdin <