This commit is contained in:
Amber Brown 2024-02-20 13:55:56 +11:00
Родитель 1ed3572ea3
Коммит 46976867c2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3,6 +3,6 @@ package workaround
// Copyright (c) Microsoft Corporation.
// Licensed under the Apache License 2.0.
//go:generate rm -rf ../../../util/mocks/$GOPACKAGE
//go:generate rm -rf ../../../util/mocks/operator/controllers/$GOPACKAGE
//go:generate go run ../../../../vendor/github.com/golang/mock/mockgen -destination=../../../util/mocks/operator/controllers/$GOPACKAGE/$GOPACKAGE.go github.com/Azure/ARO-RP/pkg/operator/controllers/$GOPACKAGE Workaround
//go:generate go run ../../../../vendor/golang.org/x/tools/cmd/goimports -local=github.com/Azure/ARO-RP -e -w ../../../util/mocks/operator/controllers/$GOPACKAGE/$GOPACKAGE.go