From 9edf5534815c1c0cc4b3a4f563a0ef2e89421ed0 Mon Sep 17 00:00:00 2001 From: Xargin Date: Wed, 6 Jun 2018 11:02:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E7=95=A5=E6=80=A7=E5=8D=A0=E5=9D=91?= =?UTF-8?q?=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SUMMARY.md | 4 ++-- ch7-tools/ch7-01-json2go.md => ch7-ast/readme.md | 0 ch7-tools/ch7-02-snippets.md => ch8-tools/ch7-01-json2go.md | 0 ch7-tools/ch7-03-astviewer.md => ch8-tools/ch7-02-snippets.md | 0 .../ch7-04-go-prompt.md => ch8-tools/ch7-03-astviewer.md | 0 ch7-tools/ch7-05-ginkgo.md => ch8-tools/ch7-04-go-prompt.md | 0 ch7-tools/ch7-06-swag.md => ch8-tools/ch7-05-ginkgo.md | 0 ch7-tools/ch7-07-sqlparser.md => ch8-tools/ch7-06-swag.md | 0 .../ch7-08-go-valuate.md => ch8-tools/ch7-07-sqlparser.md | 0 .../ch7-09-fast-template.md => ch8-tools/ch7-08-go-valuate.md | 0 .../ch7-09-fast-template.md | 0 .../ch7-11-gometalinter.md => ch8-tools/ch7-10-struct-copy.md | 0 .../ch7-12-awesome-go.md => ch8-tools/ch7-11-gometalinter.md | 0 ch8-tools/ch7-12-awesome-go.md | 0 {ch7-tools => ch8-tools}/readme.md | 0 15 files changed, 2 insertions(+), 2 deletions(-) rename ch7-tools/ch7-01-json2go.md => ch7-ast/readme.md (100%) rename ch7-tools/ch7-02-snippets.md => ch8-tools/ch7-01-json2go.md (100%) rename ch7-tools/ch7-03-astviewer.md => ch8-tools/ch7-02-snippets.md (100%) rename ch7-tools/ch7-04-go-prompt.md => ch8-tools/ch7-03-astviewer.md (100%) rename ch7-tools/ch7-05-ginkgo.md => ch8-tools/ch7-04-go-prompt.md (100%) rename ch7-tools/ch7-06-swag.md => ch8-tools/ch7-05-ginkgo.md (100%) rename ch7-tools/ch7-07-sqlparser.md => ch8-tools/ch7-06-swag.md (100%) rename ch7-tools/ch7-08-go-valuate.md => ch8-tools/ch7-07-sqlparser.md (100%) rename ch7-tools/ch7-09-fast-template.md => ch8-tools/ch7-08-go-valuate.md (100%) rename ch7-tools/ch7-10-struct-copy.md => ch8-tools/ch7-09-fast-template.md (100%) rename ch7-tools/ch7-11-gometalinter.md => ch8-tools/ch7-10-struct-copy.md (100%) rename ch7-tools/ch7-12-awesome-go.md => ch8-tools/ch7-11-gometalinter.md (100%) create mode 100644 ch8-tools/ch7-12-awesome-go.md rename {ch7-tools => ch8-tools}/readme.md (100%) diff --git a/SUMMARY.md b/SUMMARY.md index f3e15da..ddd32b7 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -47,8 +47,8 @@ * [6.5. Database和数据库打交道](ch6-web/ch6-05-database.md) * [6.8. Layout大型web项目分层](ch6-web/ch6-08-layout-of-web-project.md) * [6.12. Load-balance负载均衡](ch6-web/ch6-12-load-balance.md) -* [第七章 Go和那些生产力工具](ch7-tools/readme.md) - * [7.1. json2go](ch7-tools/ch7-01-json2go.md) +* [第七章 Go和ast](ch7-ast/readme.md) +* [第八章 Go和那些生产力工具](ch8-tools/readme.md) * [附录](appendix/readme.md) * [附录A: Go语言常见坑](appendix/appendix-a-trap.md) * [附录B: 参考资料](appendix/appendix-b-ref.md) diff --git a/ch7-tools/ch7-01-json2go.md b/ch7-ast/readme.md similarity index 100% rename from ch7-tools/ch7-01-json2go.md rename to ch7-ast/readme.md diff --git a/ch7-tools/ch7-02-snippets.md b/ch8-tools/ch7-01-json2go.md similarity index 100% rename from ch7-tools/ch7-02-snippets.md rename to ch8-tools/ch7-01-json2go.md diff --git a/ch7-tools/ch7-03-astviewer.md b/ch8-tools/ch7-02-snippets.md similarity index 100% rename from ch7-tools/ch7-03-astviewer.md rename to ch8-tools/ch7-02-snippets.md diff --git a/ch7-tools/ch7-04-go-prompt.md b/ch8-tools/ch7-03-astviewer.md similarity index 100% rename from ch7-tools/ch7-04-go-prompt.md rename to ch8-tools/ch7-03-astviewer.md diff --git a/ch7-tools/ch7-05-ginkgo.md b/ch8-tools/ch7-04-go-prompt.md similarity index 100% rename from ch7-tools/ch7-05-ginkgo.md rename to ch8-tools/ch7-04-go-prompt.md diff --git a/ch7-tools/ch7-06-swag.md b/ch8-tools/ch7-05-ginkgo.md similarity index 100% rename from ch7-tools/ch7-06-swag.md rename to ch8-tools/ch7-05-ginkgo.md diff --git a/ch7-tools/ch7-07-sqlparser.md b/ch8-tools/ch7-06-swag.md similarity index 100% rename from ch7-tools/ch7-07-sqlparser.md rename to ch8-tools/ch7-06-swag.md diff --git a/ch7-tools/ch7-08-go-valuate.md b/ch8-tools/ch7-07-sqlparser.md similarity index 100% rename from ch7-tools/ch7-08-go-valuate.md rename to ch8-tools/ch7-07-sqlparser.md diff --git a/ch7-tools/ch7-09-fast-template.md b/ch8-tools/ch7-08-go-valuate.md similarity index 100% rename from ch7-tools/ch7-09-fast-template.md rename to ch8-tools/ch7-08-go-valuate.md diff --git a/ch7-tools/ch7-10-struct-copy.md b/ch8-tools/ch7-09-fast-template.md similarity index 100% rename from ch7-tools/ch7-10-struct-copy.md rename to ch8-tools/ch7-09-fast-template.md diff --git a/ch7-tools/ch7-11-gometalinter.md b/ch8-tools/ch7-10-struct-copy.md similarity index 100% rename from ch7-tools/ch7-11-gometalinter.md rename to ch8-tools/ch7-10-struct-copy.md diff --git a/ch7-tools/ch7-12-awesome-go.md b/ch8-tools/ch7-11-gometalinter.md similarity index 100% rename from ch7-tools/ch7-12-awesome-go.md rename to ch8-tools/ch7-11-gometalinter.md diff --git a/ch8-tools/ch7-12-awesome-go.md b/ch8-tools/ch7-12-awesome-go.md new file mode 100644 index 0000000..e69de29 diff --git a/ch7-tools/readme.md b/ch8-tools/readme.md similarity index 100% rename from ch7-tools/readme.md rename to ch8-tools/readme.md