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