enumer icon indicating copy to clipboard operation
enumer copied to clipboard

Recent releases (>=1.5.9) are missing binaries

Open alecthomas opened this issue 10 months ago • 2 comments

I'm not sure if this is intentional or not, but thought I'd let you know in case it isn't.

alecthomas avatar Mar 03 '25 22:03 alecthomas

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.

dmarkham avatar Apr 14 '25 06:04 dmarkham

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 avatar Apr 14 '25 12:04 alecthomas

@alecthomas binaries are back with the latest release https://github.com/dmarkham/enumer/releases/tag/v1.6.1

samiam2013 avatar Aug 17 '25 16:08 samiam2013