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