go: remove GO111MODULE as it is default
This commit is contained in:
parent
e12c3f8472
commit
e00fca3151
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ class Go < Formula
|
|||
|
||||
# Build and install godoc
|
||||
ENV.prepend_path "PATH", bin
|
||||
ENV["GO111MODULE"] = "on"
|
||||
ENV["GOPATH"] = buildpath
|
||||
(buildpath/"src/golang.org/x/tools").install resource("gotools")
|
||||
cd "src/golang.org/x/tools/cmd/godoc/" do
|
||||
|
|
Loading…
Reference in a new issue