Skip to content

GuND0Wn151/Golang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go(A promising programming language for the future?)

##Golang

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. Go is syntactically similar to C, but with memory safety, garbage collection, structural typing and CSP-style concurrency.

What big companies are using GO?

  1. Google

  2. Facebook

  3. Tencent

  4. Uber

  5. Twitch

  6. DropBox

  7. Xiaomi

  8. SoundCloud.

It is convenient, fast, and secure to write code with Golang, and it provides cross-platform support, which simply can't be bad

How to Download and install GO

Step 1

Goto https://golang.org/dl/ Download the the Installer acording to your computer

Step 2

Install the file and run it

Step 2

Choose the files and settings according to your convinence

Step 3

Step 4

Run the go Command to check whether the installation is complete

Commands

To run a .go file use go run Filename.go

we can also make a exe file of our go which is quite good

.go build Filename.go


Success is my only option, failure’s not.


Source :- https://golang.org/

Made By:

GuND0Wn151 , India