From c56a0bc7a41f404a0e11909223acee8a9aca17b3 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Wed, 25 Sep 2019 17:00:43 +1000 Subject: [PATCH] termshark: remove GO111MODULE as it is default --- Formula/termshark.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/termshark.rb b/Formula/termshark.rb index 86daf72b93..daeef1ec2b 100644 --- a/Formula/termshark.rb +++ b/Formula/termshark.rb @@ -18,7 +18,6 @@ class Termshark < Formula def install # Don't set GOPATH because we want to build using go modules to # ensure our dependencies are the ones specified in go.mod. - ENV["GO111MODULE"] = "on" mkdir_p buildpath ln_sf buildpath, buildpath/"termshark"