1CDIST-TYPE__GO_GET(7) cdist CDIST-TYPE__GO_GET(7)
2
3
4
6 cdist-type__go_get - Install go packages with go get
7
9 This cdist type allows you to install golang packages with go get. A
10 sufficiently recent version of go must be present on the system.
11
12 The object ID is the go package to be installed.
13
15 None.
16
18 None.
19
21 __go_get github.com/prometheus/prometheus/cmd/...
22
23 # usually you'd need to require golang from somewhere:
24 require="__golang_from_vendor" __go_get github.com/prometheus/prometheus/cmd/...
25
27 Kamila Součková <kamila@ksp.sk>
28
30 Copyright (C) 2017 Kamila Součková. You can redistribute it and/or mod‐
31 ify it under the terms of the GNU General Public License as published
32 by the Free Software Foundation, either version 3 of the License, or
33 (at your option) any later version.
34
36 ungleich GmbH 2021
37
38
39
40
417.0.0 Jul 31, 2022 CDIST-TYPE__GO_GET(7)