79 Star 313 Fork 53

不在乎y/govcl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.go 490 Bytes
一键复制 编辑 原始数据 按行查看 历史
不在乎y 提交于 2020-02-24 23:28 . Add a unified comment header.
//----------------------------------------
//
// Copyright © ying32. All Rights Reserved.
//
// Licensed under Apache License 2.0
//
//----------------------------------------
package version
import "runtime"
func init() {
switch runtime.GOARCH {
case "386":
OSVersion.Architecture = ArIntelX86
case "amd64":
OSVersion.Architecture = ArIntelX64
case "arm":
OSVersion.Architecture = ArARM32
case "arm64":
OSVersion.Architecture = ArARM64
default:
}
initOSVersion()
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ying32/govcl.git
git@gitee.com:ying32/govcl.git
ying32
govcl
govcl
v1.2.8

搜索帮助

0d507c66 1850385 C8b1a773 1850385