1 Star 0 Fork 0

星际公民汉化盒子/StarGox

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
global.go 199 Bytes
一键复制 编辑 原始数据 按行查看 历史
KLK 提交于 2022-10-29 19:58 +08:00 . 略微优化内存占用
package core
import (
"os"
"path/filepath"
)
var (
// 用于检测更新
GitVersion = ""
TempDir = filepath.Join(os.TempDir(), "starbox")
)
func Destroy() {
TempDir = ""
GitVersion = ""
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/StarCitizen_CN/stargox.git
git@gitee.com:StarCitizen_CN/stargox.git
StarCitizen_CN
stargox
StarGox
v0.0.15

搜索帮助