readme: update heroku example to work as written

pull/2/head
Liam Staskawicz 2014-02-22 16:30:23 -08:00
parent c7df92cbac
commit 215fc52614
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@ These instructions assume that you're using [Keith Rarick's Heroku Go buildpack]
// use build constraints to work around http://code.google.com/p/go/issues/detail?id=4210
// +build heroku
// note: need at least one blank line after build constraint
package main
import _ "bitbucket.org/liamstask/goose/cmd/goose"