File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ <h2 id="download">1. Go 下载</h2>
28
28
< a href ="https://golang.org/dl/ "> 其他下载内容</ a > .
29
29
</ p >
30
30
< aside class ="Note ">
31
- < strong > 请注意: </ strong > 默认情况下,< code > go</ code > 命令的下载和校验模块使用谷歌提供的 Go 模块镜像和数据校验服务。< a href ="https://golang.org/dl "> 了解更多。</ a >
31
+ < strong > 请注意: </ strong > 默认情况下,< code > go</ code > 命令的下载和校验模块使用谷歌提供的 Go 模块镜像和数据校验服务。< a href ="https://golang.org/dl "> 了解更多。</ a >
32
32
</ aside >
33
33
< h2 id ="install "> 2. Go 安装</ h2 >
34
34
< p >
@@ -93,8 +93,8 @@ <h2 id="install">2. Go 安装</h2>
93
93
export PATH=$PATH:/usr/local/go/bin
94
94
</ pre >
95
95
< p >
96
- < strong > 请注意:</ strong > 对配置文件的修改可能需要在下一次登录时生效。如果需要立即
97
- 使修改生效 ,只需要执行 < code > source $HOME/.profile</ code > 之类的命令即可。
96
+ < strong > 请注意:</ strong > 对配置文件的修改可能需要在下一次登录时生效。
97
+ < br > 如果需要立即使修改生效 ,只需要执行 < code > source $HOME/.profile</ code > 之类的命令即可。
98
98
</ p >
99
99
</ li >
100
100
< li >
You can’t perform that action at this time.
0 commit comments