Remove explicit download strategy from Go.

This commit is contained in:
Adam Vandenberg 2010-03-17 20:04:48 -07:00
parent cae2da1e44
commit 161a5a139d

View file

@ -8,10 +8,6 @@ class Go <Formula
skip_clean 'bin'
def download_strategy
MercurialDownloadStrategy
end
def cruft
%w[src include test doc]
end