mmark: remove GO111MODULE as it is default
This commit is contained in:
parent
12b1cbea75
commit
1e87fdee8b
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ class Mmark < Formula
|
|||
|
||||
def install
|
||||
ENV["GOPATH"] = buildpath
|
||||
ENV["GO111MODULE"] = "on"
|
||||
|
||||
(buildpath/"src/github.com/mmarkdown/mmark").install buildpath.children
|
||||
cd "src/github.com/mmarkdown/mmark" do
|
||||
|
|
Loading…
Reference in a new issue