зеркало из https://github.com/Azure/kubectl-aks.git
11 строки
163 B
Go
11 строки
163 B
Go
|
// Copyright (c) Microsoft Corporation.
|
||
|
// Licensed under the MIT License.
|
||
|
|
||
|
package main
|
||
|
|
||
|
import "github.com/Azure/kubectl-az/cmd"
|
||
|
|
||
|
func main() {
|
||
|
cmd.Execute()
|
||
|
}
|