From 2c8d783bcf317361651605abea552b1563d607e3 Mon Sep 17 00:00:00 2001 From: Lynn Date: Fri, 13 Oct 2017 04:09:21 -0500 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=A4=BA=E8=8C=83=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=96=87=E4=BB=B6=E9=93=BE=E6=8E=A5=20(#400)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eBook/10.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eBook/10.3.md b/eBook/10.3.md index 07a85df..b9703bd 100644 --- a/eBook/10.3.md +++ b/eBook/10.3.md @@ -13,7 +13,7 @@ type ExpStruct struct { } ``` -示例 10.6 main.go: +示例 10.6 [main.go](examples/chapter_10/main.go): ```go package main