Skip to content

stormsinbrewing/The-Golang-Guide

Repository files navigation

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

About

A-Z Guide for Simple, Reliable and Efficient - Golang Programming

Topics

Resources

License

Stars

Watchers

Forks

Languages