Fix translation of summary for 13.1.md
This commit is contained in:
@@ -53,10 +53,10 @@ In order to quickly build our blog, we need to develop a minimal framework based
|
||||
|
||||
## Summary
|
||||
|
||||
This section describes the blog system to the directory from the setup GOPATH establish such basic information, but also a brief introduction of the framework structure using the MVC pattern, blog system data flow execution flow, and finally through these processes designed blog system directory structure, thus we basically completed a framework to build the next few sections we will achieve individually.
|
||||
This section describes the initial design of our blogging system, from setting up our GOPATH to briefly introducing the MVC pattern. We also looked at the flow of data and the execution sequence of our blogging system. Finally, we designed the structure of our project directory. At this point, we've basically completed the groundwork required for assembling our framework. In the next few sections, we will implement each of the components we've discussed, one by one.
|
||||
|
||||
## Links
|
||||
|
||||
- [Directory](preface.md)
|
||||
- Previous section: [Build a web framework](13.0.md)
|
||||
- Next section: [Customized routers](13.2.md)
|
||||
- Previous section: [Building a web framework](13.0.md)
|
||||
- Next section: [Customizing routers](13.2.md)
|
||||
|
||||
Reference in New Issue
Block a user