An open API service indexing awesome lists of open source software.

https://github.com/yokesharun/learn-golang

go programming language tutorial
https://github.com/yokesharun/learn-golang

go golang programming-tutorial training tutorial

Last synced: about 1 year ago
JSON representation

go programming language tutorial

Awesome Lists containing this project

README

          

# 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](https://www.facebook.com/ayokesh).

Contributions are appreciated!

Thanks! 🙌