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