aurora: remove GO111MODULE as it is default
This commit is contained in:
parent
aae4707081
commit
4bcacebcd2
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class Aurora < Formula
|
|||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
ENV["GO111MODULE"] = "on"
|
||||
ENV["GOPATH"] = buildpath
|
||||
aurorapath = buildpath/"src/github.com/xuri/aurora"
|
||||
aurorapath.install buildpath.children
|
||||
|
|
Loading…
Reference in a new issue