From 3ff39c2b112da99f7e521fe2f5069f5c590e7f02 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Sun, 16 Dec 2018 12:33:49 +0800 Subject: [PATCH] =?UTF-8?q?ch2.1:=20=E6=93=8D=E4=BD=9C=E9=94=99=E8=AF=AF,?= =?UTF-8?q?=20=E6=81=A2=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/{ch1.2 => ch2.1}/hello-01/main.go | 0 examples/{ch1.2 => ch2.1}/hello-02/main.go | 0 examples/{ch1.2 => ch2.1}/hello-03/hello.c | 0 examples/{ch1.2 => ch2.1}/hello-03/main.go | 0 examples/{ch1.2 => ch2.1}/hello-04/main.go | 0 examples/{ch1.2 => ch2.1}/hello-05/main.go | 0 examples/{ch1.2 => ch2.1}/hello-06/main.go | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename examples/{ch1.2 => ch2.1}/hello-01/main.go (100%) rename examples/{ch1.2 => ch2.1}/hello-02/main.go (100%) rename examples/{ch1.2 => ch2.1}/hello-03/hello.c (100%) rename examples/{ch1.2 => ch2.1}/hello-03/main.go (100%) rename examples/{ch1.2 => ch2.1}/hello-04/main.go (100%) rename examples/{ch1.2 => ch2.1}/hello-05/main.go (100%) rename examples/{ch1.2 => ch2.1}/hello-06/main.go (100%) diff --git a/examples/ch1.2/hello-01/main.go b/examples/ch2.1/hello-01/main.go similarity index 100% rename from examples/ch1.2/hello-01/main.go rename to examples/ch2.1/hello-01/main.go diff --git a/examples/ch1.2/hello-02/main.go b/examples/ch2.1/hello-02/main.go similarity index 100% rename from examples/ch1.2/hello-02/main.go rename to examples/ch2.1/hello-02/main.go diff --git a/examples/ch1.2/hello-03/hello.c b/examples/ch2.1/hello-03/hello.c similarity index 100% rename from examples/ch1.2/hello-03/hello.c rename to examples/ch2.1/hello-03/hello.c diff --git a/examples/ch1.2/hello-03/main.go b/examples/ch2.1/hello-03/main.go similarity index 100% rename from examples/ch1.2/hello-03/main.go rename to examples/ch2.1/hello-03/main.go diff --git a/examples/ch1.2/hello-04/main.go b/examples/ch2.1/hello-04/main.go similarity index 100% rename from examples/ch1.2/hello-04/main.go rename to examples/ch2.1/hello-04/main.go diff --git a/examples/ch1.2/hello-05/main.go b/examples/ch2.1/hello-05/main.go similarity index 100% rename from examples/ch1.2/hello-05/main.go rename to examples/ch2.1/hello-05/main.go diff --git a/examples/ch1.2/hello-06/main.go b/examples/ch2.1/hello-06/main.go similarity index 100% rename from examples/ch1.2/hello-06/main.go rename to examples/ch2.1/hello-06/main.go