diff --git a/FAQ.md b/FAQ.md index 3298747..78e6cb6 100644 --- a/FAQ.md +++ b/FAQ.md @@ -10,7 +10,6 @@ release 中,包的文件名中包含了多个信息,包括 * 架构(如386、amd64、arm32v7、arm64等) * 编译方式 > * `默认(无额外标识)`: 使用GOAMD64=v3标签编译的默认版本。 -> * `cgo`: 使用GOAMD64=v1标签进行编译。该版本具有与默认版本不同的功能和特性,包括支持lwip tun堆栈。 > * `compatible`: 使用GOAMD64=v1标签进行编译。该版本是为了兼容特定的操作系统或架构而编译的。 > * `go120`: 使用Golang1.20版本进行编译。该版本是为了兼容特定的操作系统或架构而编译的。 * 分支(alpha) @@ -31,7 +30,6 @@ In`release`, the filename of each package includes several pieces of information * Architecture (e.g., `386`, `amd64`, `arm32v7`, `arm64`, etc.) * Compilation method: > * `default(not specified in file name)`: Default version compiled with GOAMD64=v3 tag. -> * `cgo`: Compiled with GOAMD64=v1 tag and supports lwip tun stack. > * `compatible`: Compiled with GOAMD64=v1 tag for compatibility with specific OS or architecture. > * `go120`: Compiled with Golang1.20 for compatibility with specific OS or architecture. * Compile branch (e.g., `alpha`)