termshark: remove GO111MODULE as it is default
This commit is contained in:
parent
7bc8e05f26
commit
c56a0bc7a4
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue