jermdw
6/29/2017 - 3:13 AM

Go help

Go help

#!/bin/bash
# run from $HOME

mkdir -p go/src/github.com/jacobiusg/hello &&
curl -o go/src/github.com/jacobiusg/hello/hello.go https://raw.githubusercontent.com/golang/go/master/doc/play/hello.go &&
go run go/src/github.com/jacobiusg/hello/hello.go