From bc9ec5c3b4dd4318a55e5c012b3c04574734e377 Mon Sep 17 00:00:00 2001 From: Andrea Kao Date: Mon, 11 Jul 2016 18:16:45 -0700 Subject: [PATCH] emp: remove golang requirement --- Formula/emp.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/emp.rb b/Formula/emp.rb index 0b9cf0c036..b98f122f02 100644 --- a/Formula/emp.rb +++ b/Formula/emp.rb @@ -1,5 +1,3 @@ -require "language/go" - class Emp < Formula desc "CLI for Empire." homepage "https://github.com/remind101/empire"