go/

directory
v4.2.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2017 License: Apache-2.0

README

Install golang (https://golang.org/dl/)

# ex for v1.8.3/linux amd64:
wget "https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz"

# extract go.tar.gz in /usr/local folder
tar -C /usr/local -xzf go1.8.3.linux-amd64.tar.gz

# export variable to access go from everywhere
export PATH=$PATH:/usr/local/go/bin

# remove tar.gz file
rm go1.8.3.linux-amd64.tar.gz

Check working

# in folder project-iostack/meter_gen
sh ./go/compile.sh
sh ./workingTest/workingTest-go.sh

Directories

Path Synopsis
src

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL