mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Updated build file
This commit is contained in:
parent
ec6dd35098
commit
16320d66f2
4
build.go
4
build.go
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user