Posts

Showing posts from November, 2019

What is Golang and How to install it?

Image
What is Go? Go is a procedural programming language. It was developed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google but launched in 2009 as an open-source programming language. Programs are assembled by using packages, for efficient management of dependencies. This language also supports the environment adopting patterns alike to dynamic languages. For eg., type inference (y: = 0 is a valid declaration of a variable y of type float). Why Go? Go language is an effort to combine the ease of programming of an interpreted, dynamically typed language with the efficiency and safety of a statically typed, compiled language. It also aims to be modern, with support for networked and multicore computing. Windows. Here, we will discuss, how we install the Golang in our system such as Linux, Windows, macOS. Firstly, Windows because there are many users who use windows than Linux(best OS for developer) and macOS. Step-1) Download the Golang B