Learning Go from many great resources that you can find and learn for free on Youtube.
-
[EN] Video: Learn Go Programming - Golang Tutorial to Beginners (freeCodeCamp)
-
[EN] Video: Golang Tutorial for Beginners | Full Go Course (TechWorld with Nana)
It's very easy for you to run the code on this repository, I've already written a shell script (main.sh) for you to run
And it will contain the result of both Go Code and generate Assembly Code from Go Code. (In case of my default Assembly code in the repository, it's a Go's Assembler (Unix-based ARM64) and if you want to understand the assembly code you can get the detail from this link.)
You can just run by use this script below.
sh main.sh <folder_name_that_you_want_to_run>