Skip to content

go programming language tutorial

License

Notifications You must be signed in to change notification settings

yokesharun/learn-golang

Repository files navigation

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! 🙌

Releases

No releases published

Packages

No packages published

Languages