wtfutil: remove GO111MODULE as it is default
This commit is contained in:
parent
8363d1ae24
commit
9639f2e406
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class Wtfutil < Formula
|
|||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
ENV["GO111MODULE"] = "on"
|
||||
ENV["GOPATH"] = buildpath
|
||||
ENV["GOPROXY"] = "https://gocenter.io"
|
||||
|
||||
|
|
Loading…
Reference in a new issue