aurora: remove GO111MODULE as it is default

This commit is contained in:
Igor Kapkov 2019-09-25 16:27:23 +10:00 committed by FX Coudert
parent aae4707081
commit 4bcacebcd2

View file

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