diff --git a/SUMMARY.md b/SUMMARY.md index f096e55..9fa6bf2 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -64,8 +64,6 @@ * [6.10. 延时任务系统(TODO)](ch6-cloud/ch6-10-delay-job.md) * [6.11. Kubernetes(TODO)](ch6-cloud/ch6-11-k8s.md) * [6.12. 补充说明(TODO)](ch6-cloud/ch6-12-faq.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-gems.md) diff --git a/ch7-ast/readme.md b/draft/ch7-ast/readme.md similarity index 100% rename from ch7-ast/readme.md rename to draft/ch7-ast/readme.md diff --git a/ch8-tools/ch8-01-json2go.md b/draft/ch8-tools/ch8-01-json2go.md similarity index 100% rename from ch8-tools/ch8-01-json2go.md rename to draft/ch8-tools/ch8-01-json2go.md diff --git a/ch8-tools/ch8-02-snippets.md b/draft/ch8-tools/ch8-02-snippets.md similarity index 100% rename from ch8-tools/ch8-02-snippets.md rename to draft/ch8-tools/ch8-02-snippets.md diff --git a/ch8-tools/ch8-03-astviewer.md b/draft/ch8-tools/ch8-03-astviewer.md similarity index 100% rename from ch8-tools/ch8-03-astviewer.md rename to draft/ch8-tools/ch8-03-astviewer.md diff --git a/ch8-tools/ch8-04-go-prompt.md b/draft/ch8-tools/ch8-04-go-prompt.md similarity index 100% rename from ch8-tools/ch8-04-go-prompt.md rename to draft/ch8-tools/ch8-04-go-prompt.md diff --git a/ch8-tools/ch8-05-ginkgo.md b/draft/ch8-tools/ch8-05-ginkgo.md similarity index 100% rename from ch8-tools/ch8-05-ginkgo.md rename to draft/ch8-tools/ch8-05-ginkgo.md diff --git a/ch8-tools/ch8-06-swag.md b/draft/ch8-tools/ch8-06-swag.md similarity index 100% rename from ch8-tools/ch8-06-swag.md rename to draft/ch8-tools/ch8-06-swag.md diff --git a/ch8-tools/ch8-07-sqlparser.md b/draft/ch8-tools/ch8-07-sqlparser.md similarity index 100% rename from ch8-tools/ch8-07-sqlparser.md rename to draft/ch8-tools/ch8-07-sqlparser.md diff --git a/ch8-tools/ch8-08-go-valuate.md b/draft/ch8-tools/ch8-08-go-valuate.md similarity index 100% rename from ch8-tools/ch8-08-go-valuate.md rename to draft/ch8-tools/ch8-08-go-valuate.md diff --git a/ch8-tools/ch8-09-fast-template.md b/draft/ch8-tools/ch8-09-fast-template.md similarity index 100% rename from ch8-tools/ch8-09-fast-template.md rename to draft/ch8-tools/ch8-09-fast-template.md diff --git a/ch8-tools/ch8-10-struct-copy.md b/draft/ch8-tools/ch8-10-struct-copy.md similarity index 100% rename from ch8-tools/ch8-10-struct-copy.md rename to draft/ch8-tools/ch8-10-struct-copy.md diff --git a/ch8-tools/ch8-11-gometalinter.md b/draft/ch8-tools/ch8-11-gometalinter.md similarity index 100% rename from ch8-tools/ch8-11-gometalinter.md rename to draft/ch8-tools/ch8-11-gometalinter.md diff --git a/ch8-tools/ch8-12-awesome-go.md b/draft/ch8-tools/ch8-12-awesome-go.md similarity index 100% rename from ch8-tools/ch8-12-awesome-go.md rename to draft/ch8-tools/ch8-12-awesome-go.md diff --git a/ch8-tools/readme.md b/draft/ch8-tools/readme.md similarity index 100% rename from ch8-tools/readme.md rename to draft/ch8-tools/readme.md