add gotags

This commit is contained in:
Barak Michener 2013-08-31 22:10:31 -04:00
parent a5b1e00ac5
commit 3cc2f00505

View file

@ -14,3 +14,9 @@ exec {
command => "go get -u github.com/axw/gocov",
path => "/usr/bin",
}
exec {
"get_gotags":
command => "go get -u github.com/jstemmer/gotags",
path => "/usr/bin",
}