Merge 63410e8ea3
into a14e7e947e
This commit is contained in:
commit
7c3e17dcc5
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