Updated FAQ (markdown)

wwqgtxx 2023-10-26 11:24:03 +08:00
parent f65b39311b
commit 611a9f09a5

2
FAQ.md

@ -19,6 +19,7 @@ release 中,包的文件名中包含了多个信息,包括
可以根据这些信息选择你需要下载的可执行文件。
👉[在此了解](https://github.com/golang/go/wiki/MinimumRequirements#amd64)更多关于 GOAMD64 标签的信息
👉[在此了解](https://go.dev/doc/go1.20#ports)更多关于Golang1.20版本的系统兼容性信息
### Which file should I download?
@ -40,4 +41,5 @@ You can choose the executable file you need based on these pieces of information
Check details between different architectural levels [here](https://github.com/golang/go/wiki/MinimumRequirements#amd64).
Check details of system compatibility information about Golang version 1.20 [here](https://go.dev/doc/go1.20#ports).