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