Recent releases (>=1.5.9) are missing binaries
I'm not sure if this is intentional or not, but thought I'd let you know in case it isn't.
yes, sorry I stopped building them, I have found myself using it like this.
//go:generate go run github.com/dmarkham/enumer -type=Source -sql -json -trimprefix=Source -transform=snake-upper -output=source_string.go
I find it's easier to share with the team as I can force a version of enumer via go.mod in our project and not require anyone to go install enumer on their box before running.
If you find it useful I could set it back up.
It would be useful for us, yes. We use Hermit to manage our tool versioning, including non-Go tools, which (largely) uses binary releases from GitHub directly
@alecthomas binaries are back with the latest release https://github.com/dmarkham/enumer/releases/tag/v1.6.1