A vibe coded tangled fork which supports pijul.
at f1bdf70b4e6525622f50983ad974e4c4c9b98b87 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}