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"