A vibe coded tangled fork which supports pijul.
at f1dba3622aae7fb6532f19f2c441c5f242dea16f 6 lines 106 B view raw
1package cursor 2 3type Store interface { 4 Set(knot string, cursor int64) 5 Get(knot string) (cursor int64) 6}