зеркало из https://github.com/mislav/hub.git
Update scripts to point to godep
This commit is contained in:
Родитель
2dc27e7ed5
Коммит
a98278ac15
|
@ -1,5 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
go get -d -v ./...
|
go get github.com/kr/godep
|
||||||
go get -u github.com/bmizerany/assert
|
go get github.com/jingweno/gotask
|
||||||
go get -u github.com/jingweno/gotask
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
script/bootstrap
|
script/bootstrap
|
||||||
go build -v ./...
|
godep go build -v ./...
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
go fmt ./...
|
godep go fmt ./...
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
script/fmt
|
script/fmt
|
||||||
go test -v ./...
|
godep go test -v ./...
|
||||||
|
|
Загрузка…
Ссылка в новой задаче