Updated FAQ (markdown)
parent
081a9ddbe5
commit
f80d40b853
7
FAQ.md
7
FAQ.md
@ -5,12 +5,15 @@ release 中,包的文件名中包含了多个信息,包括
|
||||
* 操作系统(如android、darwin、freebsd、linux、windows等)
|
||||
* 架构(如386、amd64、arm32v7、arm64等)
|
||||
* 编译方式
|
||||
> * `默认(无额外标识)`: 使用GOAMD64=v3标签编译的默认版本。
|
||||
> * `默认(无额外标识)`: 使用GOAMD64=v3标签编译的默认版本。
|
||||
> * `cgo`: 使用GOAMD64=v1标签进行编译。该版本具有与默认版本不同的功能和特性,包括支持lwip tun堆栈。
|
||||
> * `compatible`: 使用GOAMD64=v1标签进行编译。该版本是为了兼容特定的操作系统或架构而编译的。
|
||||
* 分支(alpha)
|
||||
* 提交的git hash值(如f90066f)
|
||||
可以根据这些信息选择你需要下载的可执行文件
|
||||
|
||||
可以根据这些信息选择你需要下载的可执行文件。
|
||||
|
||||
👉[在此了解](https://github.com/golang/go/wiki/MinimumRequirements#amd64)更多关于 GOAMD64 标签的信息
|
||||
|
||||
### Which file should I download?
|
||||
|
||||
|
Reference in New Issue
Block a user