ingress-nginx-helm/ingressctl/cmd/arch.go

8 lines
80 B
Go
Raw Permalink Normal View History

package cmd
import "runtime"
func getArch() string {
return runtime.GOARCH
}