#go
Read more stories on Hashnode
Articles with this tag
2 Package types: Executable and Reusable. Executable package main must have a function called "main". Reusable packages are like helper packages or...
Now I finished installing Go, so time to get started! Declare Variable Unlike Javascript, Go is a strong type language. (Like TS) If you are from JS...
I decided to spend time on learning Go despite that my React is still not good. But, just to stay away from React for a while. Installing Go is not as...