Professional yak shaver disguised as a Go developer.
zarl
⚡⚡ goenums v0.4.3 drops⚡⚡
Go's enums suck but goenums doesn't!
go generate and this tool does it all:
🔌 Auto JSON/DB integration
🚀 Type-safe parsing
🔧 Enum-specific errors for errors.Is()
🚀 Go 1.23+ iterators
go install github.com/zarldev/[email protected]
zarldev.github.io/goenums
#golang #go
New experimental garbage collector for Go programs! github.com/golang/go/is...
zarl
Just released goenums v0.3.8! 🚀
Added Text & Binary (un)marshalling support for the generated enums and fixed some plural name handling.
Cleaner, smarter, and more reliable enums for Go.
Try it out 👉 github.com/zarldev/goenums
#golang #opensource #go
🚀 goenums v0.4.0 is live!
Turn Go iotas into type-safe powerhouses with:
✨ Text/SQL/JSON/YAML/Binary Marshaling
✨ Numeric parsing
✨ Compile-time validation
✨ Go 1.23+ iterators
✨ Zero dependencies
go install github.com/zarldev/goenums@latest
📖 zarldev.github.io/goenums
#golang #go #programming
zarl
zarl
Does any one else wish
pkg.go.dev/golang.org/x...
was part of the core language?
Yes I know I can redefine them, but I feel they should have been part of the core roll out of generics.
#golang #go #programming #generics
Currently doesn't implement any interfaces for YAML (un)Marshalling - since there is none in the std lib - and since github.com/go-yaml/yaml is unmaintained - what interfaces are people using for YAML?
zarl
zarl
I've just released a new version of goenums.
Type-safe enum generation tool for Go!
github.com/zarldev/goen...
#go #golang #enum #programming
I got bored again and remade zarl.dev. 😄
I documented the process here:
www.zarl.dev/posts/bored-...
#go #golang #react #reactjs #webdev
zarl
zarl
Type Safe Enum generator for Go. Contribute to zarldev/goenums development by creating an account on GitHub.
Green Tea 🍵 Garbage Collector Authors: Michael Knyszek, Austin Clements Updated: 2 May 2025 This issue tracks the design and implementation of the Green Tea garbage collector. As of the last update...