bobg / modver

MIT License
19 stars 6 forks source link

Use proposed go/types API #2

Open bobg opened 2 years ago

bobg commented 2 years ago

To support generics, modver duplicates some of the logic in go/types that is presently unexported. There are two proposals to export some of that logic:

When and if those proposals become adopted, modver should use those calls.