4 lines
162 B
Go
4 lines
162 B
Go
|
//go:generate go run github.com/golang/mock/mockgen -destination mock.go github.com/hashicorp/terraform/internal/tfplugin6 ProviderClient
|
||
|
|
||
|
package mock_tfplugin6
|