Regular Mistakes and Suggestions
In this chapter, we assemble some of the most common mistakes or don’t(s) in Go-programming. We often refer to the full explanation and examples from the previous chapters.
We'll cover the following...
In the previous chapters, we were sometimes warned with Remarks and Notes for Go misuses. Be sure to look for the specific section in this course on that subject when you encounter a difficulty in a coding situation like that.
Common pitfalls
Here is an overview of pitfalls for your convenience, referring to where you can find more explanations and examples:
- Never use
var p*a
to not confuse