initial commit

This commit is contained in:
2025-08-27 08:48:19 -04:00
commit 85bac6b12b
25 changed files with 570 additions and 0 deletions

11
generated/bocchi_test.go Normal file
View File

@@ -0,0 +1,11 @@
package bocchi_test
import (
"unsafe"
"git.sunturtle.xyz/zephyr/errors-my-beloved/generated/models"
)
// If a compiler error happens here, then the database schema has changed,
// so you need to update unit tests.
var _ [0]struct{} = [unsafe.Sizeof(models.Bocchi{}) - 56]struct{}{}