mmark: remove GO111MODULE as it is default

This commit is contained in:
Igor Kapkov 2019-09-25 17:00:41 +10:00 committed by FX Coudert
parent 12b1cbea75
commit 1e87fdee8b

View file

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