mirror of https://github.com/pressly/goose.git
readme: update heroku example to work as written
parent
c7df92cbac
commit
215fc52614
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue