Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 488 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 488 Bytes

The Golang Guide

Cover Image

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 - ©️ StormsinBrewing ™️ - 2021