dockerworker icon indicating copy to clipboard operation
dockerworker copied to clipboard

Change Go example to not have to vendor

Open treeder opened this issue 9 years ago • 0 comments

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.

treeder avatar Apr 05 '16 04:04 treeder