The-Golang-Guide
The-Golang-Guide copied to clipboard
A-Z Guide for Simple, Reliable and Efficient - Golang Programming
The Golang Guide

Running Golang on *Nix
Installation
$ apt install -y golang-go
Check version
$ go version
Standardize File Format
$ go fmt [filename]
Create a Platform Independent Build
$ go build [filename]
$ ./[filename]
Execute a golang program
$ go run [filename]
License
This project follows the MIT License - :copyright: StormsinBrewing :tm: - 2021