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