-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Description
Describe the bug
gcexportdata.Find has been rewritten:
gcexportdata.NewImporter uses gcexportdata.Find.
And revive uses gcexportdata.NewImporter:
Line 30 in 60e1ae4
| return gcexportdata.NewImporter(fset, make(map[string]*types.Package)) |
To Reproduce
Steps to reproduce the behavior:
- update
golang.org/x/toolstov0.1.12-0.20220628192153-7743d1d949f1 - build a binary
- clone https://github.com/kubernetes-sigs/cluster-api
- run the binary
Expected behavior
Run fast
Logs
Desktop (please complete the following information):
- OS: Linux
- Version of Go: all versions
Additional context
gcexportdata.NewImporter and gcexportdata.Find are now deprecated.
piepmatz, iwata and armsnyder
Metadata
Metadata
Assignees
Labels
No labels