mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
Fix links to the code examples
Change-Id: I644c6a516abab2577353644c128102457deeb41a
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
/home/user/goprograms
|
||||
ucmain.go (uc包主程序)
|
||||
Makefile (ucmain的2-makefile)
|
||||
ucmain
|
||||
ucmain
|
||||
|
||||
src/uc (包含uc包的go源码)
|
||||
uc.go
|
||||
@@ -121,4 +121,4 @@ uc包可以通过"import uc"在任何Go程序中被引用。
|
||||
go install /home/user/goprograms/src/uc # 编译安装uc
|
||||
cd /home/user/goprograms/uc
|
||||
go install ./uc # 编译安装uc(和之前的指令一样)
|
||||
cd ..
|
||||
cd ..
|
||||
|
Reference in New Issue
Block a user