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