Go tricks I wish I knew earlier

Welcome back! Go (or Golang) is an awesome programming language that seems to be growing rapidly, I have only recently started programming with this language, so let’s talk about some Go tricks that I wish I had known earlier when I began a few months ago.
Error Handling
A feature that Go has is panic, this specific feature allows you to present an error in your…