I've made a Golang application and I've no problem getting it to work on Heroku using the buildpack but now I would like to distribute the compiled program to others without the source code.
Is it possible to get the binary working on Heroku without the source code or does Heroku need the source code to create its own compiled version?