Updated build file

This commit is contained in:
Torkel Ödegaard 2015-03-05 20:11:34 +01:00
parent ec6dd35098
commit 16320d66f2

View File

@ -221,8 +221,8 @@ func grunt(params ...string) {
func setup() {
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", "get", "-v", "github.com/mattn/go-sqlite3")
// runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
}
func test(pkg string) {