dmarkham / enumer

A Go tool to auto generate methods for your enums
Other
410 stars 66 forks source link

Upgrade x/tools #56

Closed nirhaas closed 2 years ago

nirhaas commented 2 years ago

Fixes #55

codecov-commenter commented 2 years ago

Codecov Report

Merging #56 (af60bb2) into master (585d6b2) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #56   +/-   ##
=======================================
  Coverage   66.23%   66.23%           
=======================================
  Files           4        4           
  Lines         465      465           
=======================================
  Hits          308      308           
  Misses        146      146           
  Partials       11       11           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 585d6b2...af60bb2. Read the comment docs.

markuspeloquin commented 2 years ago

I built this change locally and it works for me.

But until this is merged, we're blocked from using Go 1.18, which is a pretty exciting release.