kubectl-az/main.go

11 строки
164 B
Go

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
package main
import "github.com/Azure/kubectl-aks/cmd"
func main() {
cmd.Execute()
}