eng/tools/deprecate/main.go (7 lines of code) (raw):
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
package main
import (
"github.com/Azure/azure-sdk-for-go/eng/tools/deprecate/cmd"
)
func main() {
cmd.Execute()
}