path-extractor: remove golang requirement

Closes #2917.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Andrea Kao 2016-07-11 18:40:52 -07:00 committed by Dominyk Tiller
parent 489d663c88
commit 7bb01910bd

View file

@ -1,5 +1,3 @@
require "language/go"
class PathExtractor < Formula
desc "unix filter which outputs the filepaths found in stdin"
homepage "https://github.com/edi9999/path-extractor"