Update 09.9.md (#342)

TARG-github.com/NNNN/uc 笔误
This commit is contained in:
bigxu
2017-05-18 10:37:34 +08:00
committed by 无闻
parent 43e8c99395
commit ab3cdb10e4

View File

@@ -38,7 +38,7 @@ git push -u origin master
也可以将其缩写为:`import uc "github.com/NNNN/uc"`
然后修改 Makefile: 将 `TARG=uc` 替换为 `TARG-github.com/NNNN/uc`
然后修改 Makefile: 将 `TARG=uc` 替换为 `TARG=github.com/NNNN/uc`
Gomake和 go install将通过 `$GOPATH` 下的本地版本进行工作。