From 67a844ad945c766b4568a06d168bff96dfc15622 Mon Sep 17 00:00:00 2001 From: Igor Kapkov Date: Wed, 25 Sep 2019 17:00:43 +1000 Subject: [PATCH] websocketd: remove GO111MODULE as it is default --- Formula/websocketd.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/websocketd.rb b/Formula/websocketd.rb index 9985e0dbe3..a8838d0bd1 100644 --- a/Formula/websocketd.rb +++ b/Formula/websocketd.rb @@ -15,7 +15,6 @@ class Websocketd < Formula def install ENV["GOPATH"] = buildpath - ENV["GO111MODULE"] = "on" src = buildpath/"src/github.com/joewalnes/websocketd" src.install buildpath.children