feat: Initial commit

This commit is contained in:
engigu
2025-12-20 09:30:16 +08:00
commit 362237241e
189 changed files with 12035 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
package main
import "baihu/internal/bootstrap"
func main() {
bootstrap.New().Run()
}