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