From 0c090af96922748251208a92614c5471243bd707 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 21 Feb 2017 17:36:04 +0000 Subject: [PATCH] go: tweak caveats (1.2 was long ago). --- Formula/go.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/go.rb b/Formula/go.rb index b464c0972e..144d63075c 100644 --- a/Formula/go.rb +++ b/Formula/go.rb @@ -80,7 +80,7 @@ class Go < Formula end def caveats; <<-EOS.undent - As of go 1.2, a valid GOPATH is required to use the `go get` command. + A valid GOPATH is required to use the `go get` command. If $GOPATH is not specified, $HOME/go will be used by default: https://golang.org/doc/code.html#GOPATH