Updated Gomote (markdown)

Tobias Klauser 2019-04-15 13:41:16 +02:00
parent bd3a5d4bf5
commit be23af6ca7

@ -120,7 +120,7 @@ Testing golang.org/x/sys/unix on $MOTE
```
$ tar -C $GOPATH/src/ -zc golang.org/x/sys/unix | gomote puttar -dir=gopath/src $MOTE
$ gomote run -e 'GOPATH=/tmp/workdir/gopath' -dir 'gopath/src/golang.org/x/crypto/ssh' $MOTE go/bin/go test -v golang.org/x/crypto/ssh
$ gomote run -e 'GOPATH=/tmp/workdir/gopath' -dir 'gopath/src/golang.org/x/sys/unix' $MOTE go/bin/go test -v golang.org/x/sys/unix
```
(The GOPATH part is for GOPATH compatibility mode; the `-dir` is for modules mode, which looks in the working directory and up for `go.mod`)