A vibe coded tangled fork which supports pijul.
at 9135096662b5c295b71b0f6fa02e8b7957e7ed9d 8 lines 121 B view raw
1package models 2 3type PunchcardPreference struct { 4 ID int 5 Did string 6 HideMine bool 7 HideOthers bool 8}