/learn-golang

go programming language tutorial

Primary LanguageGoMIT LicenseMIT

Learn GoLang Easily

Go programming language tutorial

To run a Go file

go run hello-world.go

the command run will compile and execute the code immediately

To Build a Go file

go build hello-world.go

the command build will compile the code and creates a executable file with the same file name

To execute the compiled file

/.hello-world

About

This GoLang Tutorial is developed and maintained by Arun Yokesh.

Contributions are appreciated!

Thanks! 🙌