This commit is contained in:
云溪 2024-08-08 11:25:49 +08:00 committed by GitHub
commit e60ce47aef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ var gaMeasurementID, gaSecretKey string
const appName = "Tiny RDM"
func main() {
os.Setenv("LANG", "zh_CN.UTF-8")
// Create an instance of the app structure
sysSvc := services.System()
connSvc := services.Connection()