Commit 0dfd09ed by Torkel Ödegaard

fixed build.go setup

parent 6f63d63e
...@@ -84,6 +84,7 @@ func main() { ...@@ -84,6 +84,7 @@ func main() {
func setup() { func setup() {
runPrint("go", "get", "-v", "github.com/tools/godep") runPrint("go", "get", "-v", "github.com/tools/godep")
runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3") runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment