From 611a9f09a56aa79ddf64f49c06ef0ce84d6810f2 Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Thu, 26 Oct 2023 11:24:03 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FAQ.md b/FAQ.md index 79ac55a..3298747 100644 --- a/FAQ.md +++ b/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). \ No newline at end of file