Commit 5f22e7da by Torkel Ödegaard

Restored steps to build setup phase, installing sqlite3, speeds up builds so much in dev

parent 2c28f8cd
......@@ -220,8 +220,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) {
......
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