cdist-type__go_get(7)

type__go_get - Install go packages with go get

Section 7 cdist bookworm source

Description

CDIST-TYPE__GO_GET

NAME

cdist-type__go_get - Install go packages with go get

DESCRIPTION

This cdist type allows you to install golang packages with go get. A sufficiently recent version of go must be present on the system.

The object ID is the go package to be installed.

REQUIRED PARAMETERS

None.

OPTIONAL PARAMETERS

None.

EXAMPLES

__go_get github.com/prometheus/prometheus/cmd/...

# usually you'd need to require golang from somewhere:
require="__golang_from_vendor" __go_get github.com/prometheus/prometheus/cmd/...

AUTHORS

Kamila SouÄková <kamila@ksp.sk>

COPYING

Copyright (C) 2017 Kamila SouÄková. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

COPYRIGHT

ungleich GmbH 2021