updated build.go

This commit is contained in:
Torkel Ödegaard 2015-03-03 17:58:13 +01:00
parent 4f2bca08f1
commit 55b40aeb65

View File

@ -221,7 +221,6 @@ func buildFrontend() {
func setup() {
runPrint("go", "get", "-v", "github.com/tools/godep")
runPrint("go", "get", "-v", "github.com/jordansissel/fpm")
runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
}