HN user

eryb

148 karma
Posts5
Comments11
View on HN

I really appreciate you effort in pointing out the correct way to do things.

In my defence I would like to point that this post was to help beginners get hands on experience writing Go code, adding design patterns or organising the code base to make things "correct" will only confuse a person who has just started to learn Go.

And to be frank, I too don't have much practical knowledge about it. If you don't mind can you point me in the right direction?

Binaries are obviously not portable, you can't run ARM binary on x86 and vice versa without emulation.

Unlike any other language Go lets you create binaries for almost all architectures and OS with a single command, you won't find this in any language.

Same thing with me, however I am forcing myself to complete pending projects in this Covid lockdown.

Trust me it is always difficult to restart work on pending projects, once you give it two minutes you'll get glued to it.

Just force yourself to get started.