fixed minor issue in build file

This commit is contained in:
Torkel Ödegaard 2015-04-22 08:26:49 +02:00
parent dc88fff704
commit e438d21cc0

View File

@ -279,6 +279,7 @@ func grunt(params ...string) {
func setup() {
runPrint("go", "get", "-v", "github.com/tools/godep")
runPrint("go", "get", "-v", "github.com/blang/semver")
runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
}