Merge pull request #121 from yinsigan/patch-1

应该加一行cd mathapp
This commit is contained in:
astaxie
2012-12-04 06:50:53 -08:00

1
1.2.md
View File

@@ -70,6 +70,7 @@ GOPATH允许多个目录当有多个目录时请注意分隔符多个GO
cd $GOPATH/src
mkdir mathapp
cd mathapp
vim main.go
// `$GOPATH/src/mathapp/main.go`源码: