Summary
At the beginning of this chapter, we discussed the advantages, disadvantages, philosophy, and history of Go. Then, the basics of Go were presented, which include variables, iterations, and flow control as well as how to log data.
After that, we learned about logging, implemented which(1)
, and created a basic statistics application.
The next chapter is all about the basic Go data types.