moving all dots
This commit is contained in:
parent
6fcf9ba919
commit
d9b6fdfc1b
349 changed files with 34598 additions and 34727 deletions
22
dot_puppet/go.pp
Normal file
22
dot_puppet/go.pp
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
package {
|
||||
"golang":
|
||||
ensure => "installed"
|
||||
}
|
||||
|
||||
exec {
|
||||
"get_gocode":
|
||||
command => "go get -u github.com/nsf/gocode",
|
||||
path => "/usr/bin",
|
||||
}
|
||||
|
||||
exec {
|
||||
"get_gocov":
|
||||
command => "go get -u github.com/axw/gocov/gocov",
|
||||
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