Member-only story

Golang Mistakes You Need To Stop Making Now

Manpreet Singh
3 min readMar 23, 2022

--

Welcome back! Golang is an awesome programming language with a ton of capability, if you’re new to Golang, check out the link below to learn more about it:

So, let’s take a look at some Golang mistakes that you need to stop making!

Updating Language

First up, this is a double-edged sword, updating the version of your Golang language is very important, but there can also be some issues with updating to the newest version of Golang the day it’s released, in my opinion, it’s very important to be on one of the past 3 versions of Golang, why? There can be many stability issues with having a very old version of Golang, but there can also be many bugs for the latest version of Golang as well, so, I would recommend finding the latest/stable version of Golang and updating that language to that version.

Indenting Errors

--

--

Manpreet Singh
Manpreet Singh

No responses yet