minor updates
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -9,9 +9,9 @@ Beego is a lightweight, open source, non-blocking and scalable web framework for | ... | @@ -9,9 +9,9 @@ Beego is a lightweight, open source, non-blocking and scalable web framework for |
| 9 | - Automated parsing user form, you can get data very easy. | 9 | - Automated parsing user form, you can get data very easy. |
| 10 | - Log level system, easy to record debugging and deployment logs. | 10 | - Log level system, easy to record debugging and deployment logs. |
| 11 | - Use configuration file (.ini) to customized your system. | 11 | - Use configuration file (.ini) to customized your system. |
| 12 | - Use built-in templates in Go, and it provides much more useful functions in web development. | 12 | - Use built-in templates in Go, and it provides much more useful functions which are commonly used in web development. |
| 13 | 13 | ||
| 14 | The work principles of Beego as follows. | 14 | The working principles of Beego as follows. |
| 15 |  | 15 |  |
| 16 | 16 | ||
| 17 | Beego is licensed under the Apache Licence, Version 2.0 | 17 | Beego is licensed under the Apache Licence, Version 2.0 | ... | ... |
-
Please register or sign in to post a comment