From 0f45d27f09aab51eed1e48adf45039cc5751448a Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 12 Oct 2020 13:07:09 -0400 Subject: [PATCH] Updated Gomote (markdown) --- Gomote.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gomote.md b/Gomote.md index 868e713d..eced068d 100644 --- a/Gomote.md +++ b/Gomote.md @@ -4,6 +4,9 @@ ``` $ 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) ```