github.com/blixtra/rkt@v0.8.1-0.20160204105720-ab0d1add1a43/scripts/install-appc-spec.sh (about)

     1  #!/bin/bash
     2  
     3  set -e
     4  
     5  GOPATH=${GOPATH:-"/go"}
     6  mkdir -p $GOPATH
     7  go get github.com/appc/spec/...