1CDIST-TYPE__GO_GET(7)                cdist               CDIST-TYPE__GO_GET(7)
2
3
4

NAME

6       cdist-type__go_get - Install go packages with go get
7

DESCRIPTION

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

REQUIRED PARAMETERS

15       None.
16

OPTIONAL PARAMETERS

18       None.
19

EXAMPLES

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

AUTHORS

27       Kamila Součková <kamila@ksp.sk>
28

COPYING

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 2019
37
38
39
40
416.4.0                            Jan 04, 2020            CDIST-TYPE__GO_GET(7)
Impressum