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