Using a terminal, it is possible to download, compile and execute the files on this repository by running some commands:
1 - Download the repository's code to your machine:
git clone https://github.com/plasmus777/go_lang.git
2 - Compile the code:
cd ./go_lang/learning
go build
This will generate a file named "learning.exe" inside of the /go_lang/learning folder.
3 - Execute the code (generated .exe file):
./learning
Warning
To download and compile the code in your machine, it is necessary to install: git and the go compiler.