...

Source file src/github.com/Azure/azure-sdk-for-go/profiles/preview/generate.go

Documentation: github.com/Azure/azure-sdk-for-go/profiles/preview

     1  // Copyright (c) Microsoft Corporation. All rights reserved.
     2  // Licensed under the MIT License. See License.txt in the project root for license information.
     3  
     4  package preview
     5  
     6  //go:generate go run ../../eng/tools/profileBuilder/main.go latest --clear-output --name preview --root ../../services --output-location ./ --preview
     7  

View as plain text