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