az3 / go-sandbox

Sample Go application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-sandbox

Sample Go applications will be placed here.

Running

mkdir -p $GOPATH/src/github.com/az3/
# go get -u github.com/FiloSottile/gvt
cd $GOPATH/src/github.com/az3/
git clone --depth=1 https://github.com/az3/go-sandbox.git
cd $GOPATH/src/github.com/az3/go-sandbox
gvt restore
go build ./cmd/hello/
./hello

About

Sample Go application

License:MIT License


Languages

Language:Go 98.8%Language:Shell 1.2%