heroku/buildpacks-go

Duplicate process entries when used with a procfile

Opened this issue · 0 comments

When building github.com/heroku/go-getting-started, we end up with multiple process types:

web: /cnb/process/web
go-getting-started: /cnb/process/go-getting-started

Both of these processes do the same thing, but only one is routable. Maybe we don't need the second entry?