logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__go_get - Install go packages with go get

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.

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.

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/...

Name

       cdist-type__go_get - Install go packages with go get

Optional Parameters

       None.

Required Parameters

       None.

See Also