Update 07.7.md

typographical errors and improved readability
This commit is contained in:
Jimmy99
2016-04-06 12:11:15 +02:00
committed by James Miranda
parent 534e6744b5
commit 3f0e34e9e0

View File

@@ -1,6 +1,6 @@
# 7.7 Summary # 7.7 Summary
In this chapter, we introduced some text processing tools like XML, JSON, Regexp and we also talked about templates. XML and JSON are data exchange tools. You can represent almost any kind of information using these two formats. Regexp is a powerful tool for searching, replacing and cutting text content. With templates, you can easily combine dynamic data with static files. These tools are all useful when developping web applications. I hope that you now have a better understanding of processing and showing content using Go. In this chapter, we introduced some text processing tools like XML, JSON, Regexp and we also talked about templates. XML and JSON are data exchange tools. You can represent almost any kind of information using these two formats. Regexp is a powerful tool for searching, replacing and cutting text content. With templates, you can easily combine dynamic data with static files. These tools are all useful when developing web applications. I hope that you now have a better understanding of processing and displaying content using Go.
## Links ## Links