Recap: Composite Data Types
Let’s look at a chapter summary and take a short quiz to test our understanding of this chapter’s content.
We'll cover the following
Summary
In this chapter, we discussed the composite data types of Go, which are maps and structures. Additionally, we talked about working with CSV files as well as about using regular expressions and pattern matching in Go. We can now keep our data in proper structures, validate it using regular expressions when this is possible, and store it in CSV files to achieve data persistency.
Quiz on composite data types
Get hands-on with 1400+ tech skills courses.