Last Updated: 8/13/2024
Open Source programming language that Google developed
Compiles to an executable as opposed to operating as VM (pcode). Can be used to create libraries (similar to C – in fact there is a cgo).
Development tools:
Make:
Installing Make – Link
Using Make
Installling Go – Link
Hello World in Go – Link
For Loops – Link
Conclusion: