kubectl-az/main.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()
}