Posts

Showing posts from February, 2019

Go programming language from scratch. (Module 1) - The Basics.

Today we would be learning about a new programming language called as "Go programming language" AKA "Go lang", Well, I  recommend you that it's not mandatory to learn this language, unless if you are a google lover like me, then its a must. Here is what you need to know, I'll be starting right from scratch from printing "Hello World," so you guys don't have to worry about having prior knowledge in this language, and I care a damm about it. You don't have to worry about installing the IDE or anything like that, don't worry its Google, everything is ready at your fingertips. Google has an IDE in the cloud called as the "The Go Playground" which you can find it here Go Playground , Well this is like a compiler or whatever, let's not bug our heads into it.  Less talk and more code. Module 1 Program 1: Write a program in Go lang to print "Hello World". package main import "fmt" func...

Was this Blog Helpful ?