1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 04:22:22 +00:00

ch1.2: 整理代码

This commit is contained in:
chai2010 2018-12-15 00:35:16 +08:00
parent 1e0d6c01fa
commit 781ffb1bd7
7 changed files with 7 additions and 9 deletions

View File

@ -1,4 +1,4 @@
// ch1.2-10
// chai2010.cn/gobook/examples/ch1.2-10
// +build ignore

View File

@ -1,4 +1,4 @@
// ch1.2-11
// chai2010.cn/gobook/examples/ch1.2-11
// +build ignore

View File

@ -1,4 +1,4 @@
// ch1.2-12
// go run chai2010.cn/gobook/examples/ch1.2-12
package main

View File

@ -1,4 +1,4 @@
// ch1.2-13
// go run chai2010.cn/gobook/examples/ch1.2-13
// +build ignore

View File

@ -1,6 +1,4 @@
// ch1.2-14
// +build ignore
// go run chai2010.cn/gobook/examples/ch1.2-14
package main

View File

@ -1,4 +1,4 @@
// ch1.2-15
// go run chai2010.cn/gobook/examples/ch1.2-15
package main

View File

@ -1,4 +1,4 @@
// 1.2-16
// go run chai2010.cn/gobook/examples/ch1.2-16
package main