gobuster: remove GO111MODULE as it is default

This commit is contained in:
Igor Kapkov 2019-09-25 17:00:40 +10:00 committed by FX Coudert
parent e00fca3151
commit c27ab0abc2

View file

@ -16,7 +16,6 @@ class Gobuster < Formula
def install
ENV["GOPATH"] = buildpath
ENV["GO111MODULE"] = "on"
dir = buildpath/"src/github.com/OJ/gobuster"
dir.install buildpath.children