From a75676e2f5e9cfe97cc4d760dd212860a10213bc Mon Sep 17 00:00:00 2001 From: chai2010 Date: Sun, 16 Dec 2018 12:32:21 +0800 Subject: [PATCH] =?UTF-8?q?ch1:=20=E8=B0=83=E6=95=B4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/{ch1-01-genesis => ch1.1}/1-hello/main.go | 2 +- examples/{ch2-01-quick-guide => ch1.2}/hello-01/main.go | 0 examples/{ch2-01-quick-guide => ch1.2}/hello-02/main.go | 0 examples/{ch2-01-quick-guide => ch1.2}/hello-03/hello.c | 0 examples/{ch2-01-quick-guide => ch1.2}/hello-03/main.go | 0 examples/{ch2-01-quick-guide => ch1.2}/hello-04/main.go | 0 examples/{ch2-01-quick-guide => ch1.2}/hello-05/main.go | 0 examples/{ch2-01-quick-guide => ch1.2}/hello-06/main.go | 0 8 files changed, 1 insertion(+), 1 deletion(-) rename examples/{ch1-01-genesis => ch1.1}/1-hello/main.go (55%) rename examples/{ch2-01-quick-guide => ch1.2}/hello-01/main.go (100%) rename examples/{ch2-01-quick-guide => ch1.2}/hello-02/main.go (100%) rename examples/{ch2-01-quick-guide => ch1.2}/hello-03/hello.c (100%) rename examples/{ch2-01-quick-guide => ch1.2}/hello-03/main.go (100%) rename examples/{ch2-01-quick-guide => ch1.2}/hello-04/main.go (100%) rename examples/{ch2-01-quick-guide => ch1.2}/hello-05/main.go (100%) rename examples/{ch2-01-quick-guide => ch1.2}/hello-06/main.go (100%) diff --git a/examples/ch1-01-genesis/1-hello/main.go b/examples/ch1.1/1-hello/main.go similarity index 55% rename from examples/ch1-01-genesis/1-hello/main.go rename to examples/ch1.1/1-hello/main.go index 2bc9e2c..9880116 100644 --- a/examples/ch1-01-genesis/1-hello/main.go +++ b/examples/ch1.1/1-hello/main.go @@ -1,4 +1,4 @@ -// go run chai2010.cn/gobook/examples/ch1-01-genesis/1-hello +// go run chai2010.cn/gobook/examples/ch1.1/1-hello package main diff --git a/examples/ch2-01-quick-guide/hello-01/main.go b/examples/ch1.2/hello-01/main.go similarity index 100% rename from examples/ch2-01-quick-guide/hello-01/main.go rename to examples/ch1.2/hello-01/main.go diff --git a/examples/ch2-01-quick-guide/hello-02/main.go b/examples/ch1.2/hello-02/main.go similarity index 100% rename from examples/ch2-01-quick-guide/hello-02/main.go rename to examples/ch1.2/hello-02/main.go diff --git a/examples/ch2-01-quick-guide/hello-03/hello.c b/examples/ch1.2/hello-03/hello.c similarity index 100% rename from examples/ch2-01-quick-guide/hello-03/hello.c rename to examples/ch1.2/hello-03/hello.c diff --git a/examples/ch2-01-quick-guide/hello-03/main.go b/examples/ch1.2/hello-03/main.go similarity index 100% rename from examples/ch2-01-quick-guide/hello-03/main.go rename to examples/ch1.2/hello-03/main.go diff --git a/examples/ch2-01-quick-guide/hello-04/main.go b/examples/ch1.2/hello-04/main.go similarity index 100% rename from examples/ch2-01-quick-guide/hello-04/main.go rename to examples/ch1.2/hello-04/main.go diff --git a/examples/ch2-01-quick-guide/hello-05/main.go b/examples/ch1.2/hello-05/main.go similarity index 100% rename from examples/ch2-01-quick-guide/hello-05/main.go rename to examples/ch1.2/hello-05/main.go diff --git a/examples/ch2-01-quick-guide/hello-06/main.go b/examples/ch1.2/hello-06/main.go similarity index 100% rename from examples/ch2-01-quick-guide/hello-06/main.go rename to examples/ch1.2/hello-06/main.go