Did you know that you can navigate the posts by swiping left and right?

More resources on golang

12 Aug 2016 . category: Category . Comments
#golang #resources

I have a chance to use golang for a serious project. Here’s a couple of resources that I came across and found very useful.

Some gotchas:

  • I stumbled upon receiver and pointer receiver. The conclusion is that it works like C++ (if you know it). Use pass-by-value until performance becomes a concern.