Compare commits
2 Commits
e60ce47aef
...
7c3e17dcc5
Author | SHA1 | Date |
---|---|---|
云溪 | 7c3e17dcc5 | |
云溪 | 63410e8ea3 |
1
main.go
1
main.go
|
@ -26,6 +26,7 @@ var version = "0.0.0"
|
||||||
var gaMeasurementID, gaSecretKey string
|
var gaMeasurementID, gaSecretKey string
|
||||||
|
|
||||||
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