Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 956 Bytes

File metadata and controls

7 lines (6 loc) · 956 Bytes

13.6 Summary

In this chapter we describe how to implement a major foundation of the Go language framework, which includes routing design due to the built-in http Go package routing some shortcomings, we have designed a dynamic routing rule, and then introduces the MVC pattern Controller design, controller implements the REST implementation, the main ideas from the tornado frame, and then design and implement the template layout and automated rendering technology, mainly using the Go built-in template engine, and finally we introduce some auxiliary logs, configuration, etc. information design, through these designs we implemented a basic framework beego, present the framework has been open in github, finally we beego implemented a blog system, through a detailed example code demonstrates how to quickly develop a site.

Links