From 215fc52614dd6eb92524144505ab9e23005121ba Mon Sep 17 00:00:00 2001 From: Liam Staskawicz Date: Sat, 22 Feb 2014 16:30:23 -0800 Subject: [PATCH] readme: update heroku example to work as written --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 447bf1a..e068a74 100644 --- a/README.md +++ b/README.md @@ -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"