A vibe coded tangled fork which supports pijul.
at 5a725f9ef4039a8851ef717f49d1155786e50fb4 11 lines 175 B view raw
1package appview 2 3import ( 4 "github.com/bluesky-social/indigo/atproto/syntax" 5) 6 7var c syntax.TIDClock = syntax.NewTIDClock(0) 8 9func TID() string { 10 return c.Next().String() 11}