We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215efca commit 12dd71eCopy full SHA for 12dd71e
ebook/01.2.md
@@ -22,7 +22,7 @@ GOPATH允许多个目录,当有多个目录时,请注意分隔符,多个
22
23
- src 存放源代码(比如:.go .c .h .s等)
24
- pkg 编译后生成的文件(比如:.a)
25
-- bin 编译后生成的可执行文件(为了方便,可以把此目录加入到 $PATH 变量中)
+- bin 编译后生成的可执行文件(为了方便,可以把此目录加入到 $PATH 变量中,如果有多个gopath,那么使用`${GOPATH//://bin:}/bin`添加所有的bin目录)
26
27
以后我所有的例子都是以mygo作为我的gopath目录
28
0 commit comments