mirror of https://github.com/dmarkham/enumer.git
24de023e5c | ||
---|---|---|
.. | ||
README.md | ||
go.mod | ||
go.sum | ||
main.go |
README.md
Go Modules Sample
Steps
- Go get enumer
go get -u github.com/dmarkham/enumer
go generate
This should createpill_enumer.go
go run *.go
to see it in actiongo mod tidy
to remove the deps forenumer
once your happy.