mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
@@ -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` 下的本地版本进行工作。
|
||||
|
||||
|
Reference in New Issue
Block a user