We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6009249 commit e62bfadCopy full SHA for e62bfad
README.md
@@ -60,7 +60,7 @@ Basic setup:
60
$ export DEPLOY=$USER
61
$ heroku create gobyexample-$DEPLOY -r $DEPLOY
62
$ heroku config:add -r $DEPLOY \
63
- BUILDPACK_URL=https://github.com/kr/heroku-buildpack-go.git -r $DEPLOY \
+ BUILDPACK_URL=https://github.com/mmcgrana/heroku-buildpack-go.git -r $DEPLOY \
64
CANONICAL_HOST=gobyexample-$DEPLOY.herokuapp.com -r $DEPLOY \
65
FORCE_HTTPS=1 \
66
AUTH=go:byexample
0 commit comments