Skip to content

ram-reddy/Go-Lang-Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-Lang-Tutorial

Sample programs easy to understand the golang.

Topics

01.Setup

download archieve from the official site. and extract in a directory, and add update the PATH to contain the bin folder of the golang directory. then launch cmd/bash and type go version then you should get something like go version go1.12.5 windows/amd64 is displayed. wow! now your go installation is done!.

02.Hello World

write the Hello World Program and execute with the command go run 01_HelloWorld.go then you should see the output Hello World! Yay! you have written your first golang program.

About

Sample programs easy to understand the golang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages