From 39c3e65da59dfaa57db04e05def7ee578b4cc8e2 Mon Sep 17 00:00:00 2001 From: findleyr Date: Fri, 7 Oct 2022 12:51:11 -0400 Subject: [PATCH] Updated Gomote (markdown) --- Gomote.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gomote.md b/Gomote.md index 8dd2df6b..c1c74351 100644 --- a/Gomote.md +++ b/Gomote.md @@ -104,7 +104,7 @@ Note: previous versions of the wiki have advised setting GOROOT for gomote 'run' ### Subrepos on Windows ``` -$ tar --exclude .git -C ~/go/src/ -zc golang.org/x/tools | gomote puttar -dir=gopath/src $MOTE +$ tar --exclude .git -C ~/go/src/ -zc golang.org/x/tools | gomote puttar -dir=gopath/src $MOTE - $ gomote run -e 'GOPATH=c:/workdir/gopath' $MOTE go/bin/go test -run=TestFixImportsVendorPackage golang.org/x/tools/imports ```