Merge branch 'dev' into beta

This commit is contained in:
icy
2025-11-04 00:17:50 +08:00
10 changed files with 3765 additions and 9 deletions

9
config/database_test.go Normal file
View File

@@ -0,0 +1,9 @@
package config
import "testing"
func TestExample(t *testing.T) {
if 1+1 != 2 {
t.Error("Math is broken")
}
}