go: remove GO111MODULE as it is default

This commit is contained in:
Igor Kapkov 2019-09-25 17:00:40 +10:00 committed by FX Coudert
parent e12c3f8472
commit e00fca3151

View file

@ -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