add gotags
This commit is contained in:
parent
a5b1e00ac5
commit
3cc2f00505
1 changed files with 6 additions and 0 deletions
|
|
@ -14,3 +14,9 @@ exec {
|
||||||
command => "go get -u github.com/axw/gocov",
|
command => "go get -u github.com/axw/gocov",
|
||||||
path => "/usr/bin",
|
path => "/usr/bin",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
exec {
|
||||||
|
"get_gotags":
|
||||||
|
command => "go get -u github.com/jstemmer/gotags",
|
||||||
|
path => "/usr/bin",
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue