mirror of
https://github.com/golang/go.git
synced 2025-05-05 23:53:05 +00:00
Updated Gomote (markdown)
parent
a8810db015
commit
4b4ef1209f
@ -120,9 +120,11 @@ Testing golang.org/x/sys/unix on $MOTE
|
|||||||
|
|
||||||
```
|
```
|
||||||
$ tar -C $GOPATH/src/ -zc golang.org/x/sys/unix | gomote puttar -dir=gopath/src $MOTE
|
$ tar -C $GOPATH/src/ -zc golang.org/x/sys/unix | gomote puttar -dir=gopath/src $MOTE
|
||||||
$ gomote run -e 'GOPATH=/tmp/workdir/gopath' $MOTE go/bin/go test -v golang.org/x/sys/unix
|
$ 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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
(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`)
|
||||||
|
|
||||||
### Android
|
### Android
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user