#asyncmachine-go v0.19.0 has been released https://github.com/pancsta/asyncmachine-go/releases/tag/v0.19.0 The highlight of this release are generic typed args.

#statemachine #graph #p2p #tui #d2 #golang #webassembly #wasm

Release v0.19.0 · pancsta/asyncmachine-go

The highlight of this release are generic typed args. // common def const APrefix = "template" type Args struct { am.ArgsBase `json:"-"` } func (Args) ArgsPrefix() string { return APrefix } /...

GitHub