alvaroloes / enumer

A Go tool to auto generate methods for your enums
Other
478 stars 111 forks source link

You should update `/x/tools` dependency #62

Open sapiens-sapide opened 4 years ago

sapiens-sapide commented 4 years ago

the revision tag in your go.mod for golang.org/x/tools is too old. Enumer will fail with go1.14+. update with : golang.org/x/tools v0.0.0-20200725200936-102e7d357031 thanks.