From bb9c973b19268edc5cdfaf894b68d1337f2ffa17 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 29 Nov 2017 13:11:28 -0600 Subject: [PATCH] joe is observant Signed-off-by: Kenneth Reitz --- herald.go | 1 - 1 file changed, 1 deletion(-) diff --git a/herald.go b/herald.go index 543056e..63e4986 100644 --- a/herald.go +++ b/herald.go @@ -9,7 +9,6 @@ import "path/filepath" import "strings" import "os" import "os/exec" -// import "io" const BP_BRANCH = "versions" const BP_TARBALL_TEMPLATE = "https://github.com/heroku/heroku-buildpack-%s/archive/%s.zip"