websocketd: remove GO111MODULE as it is default
This commit is contained in:
parent
9309096b3d
commit
67a844ad94
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue