eng/tools/profileBuilder/main.go (5 lines of code) (raw):
// +build go1.9
// 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/profileBuilder/cmd"
func main() {
cmd.Execute()
}