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