Merge 63410e8ea3
into 5efbd4d316
This commit is contained in:
commit
e60ce47aef
1
main.go
1
main.go
|
@ -29,6 +29,7 @@ var gaMeasurementID, gaSecretKey string
|
||||||
const appName = "Tiny RDM"
|
const appName = "Tiny RDM"
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
os.Setenv("LANG", "zh_CN.UTF-8")
|
||||||
// Create an instance of the app structure
|
// Create an instance of the app structure
|
||||||
sysSvc := services.System()
|
sysSvc := services.System()
|
||||||
connSvc := services.Connection()
|
connSvc := services.Connection()
|
||||||
|
|
Loading…
Reference in New Issue