dockerworker
dockerworker copied to clipboard
Change Go example to not have to vendor
Something like this should work:
docker run --rm -it -v "$GOPATH":/go -w /go/src/github.com/YOURUSER/YOURREPO -e "GOPATH=/go" iron/go:dev go build
User must replace YOURUSER and YOURREPO, but easier than explaining vendoring.