Linux 系统语言设置为英文时支持中文输入法切换
@ -26,6 +26,7 @@ var version = "0.0.0"
var gaMeasurementID, gaSecretKey string
func main() {
os.Setenv("LANG", "zh_CN.UTF-8")
// Create an instance of the app structure
sysSvc := services.System()
connSvc := services.Connection()