Updated Gomote (markdown)

Russ Cox 2020-10-12 13:07:09 -04:00
parent 83402891b8
commit 0f45d27f09

@ -4,6 +4,9 @@
``` ```
$ GO111MODULE=on go get -u golang.org/x/build/cmd/gomote # up to Go 1.15 $ GO111MODULE=on go get -u golang.org/x/build/cmd/gomote # up to Go 1.15
OR
$ go get golang.org/x/build/cmd/gomote@latest # Go 1.16 and latest (including current Go 1.16 dev tree) $ go get golang.org/x/build/cmd/gomote@latest # Go 1.16 and latest (including current Go 1.16 dev tree)
``` ```