enumer icon indicating copy to clipboard operation
enumer copied to clipboard

Fix "package without types was imported"

Open andig opened this issue 2 years ago • 1 comments

Fix https://github.com/alvaroloes/enumer/issues/65, fix https://github.com/alvaroloes/enumer/issues/62.

I've also raised the minimum go version since a vet error in stringer complained about that version required for integer shift.

andig avatar Mar 21 '22 17:03 andig

Scratch that. The minium version needed to fix the issue I had observed is 0.1.8. Since that requires Go 1.17 according to its go.mod anyway I've upgraded to Go 1.17 and the latest 0.1.10. The goldmark depedency is introduced by x/tools.

andig avatar Mar 21 '22 18:03 andig