Commit Graph

2 Commits

Author SHA1 Message Date
Camille Louédoc-Eyriès
88c3350232
docs(mixin): go get -> go install
> Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead.
>
> In Go 1.18, go get will no longer build packages; it will only be used to add, update, or remove dependencies in go.mod. Specifically, go get will always act as if the -d flag were enabled.

More information: https://go.dev/doc/go-get-install-deprecation

Signed-off-by: Camille Louédoc-Eyriès <clouedoc@tutanota.com>
2023-10-04 21:10:51 +02:00
Kaviraj
51225e1733 feat(mixin): Add grafana mixins support for postgres exporter
Signed-off-by: Kaviraj <kavirajkanagaraj@gmail.com>
2021-03-02 13:18:59 +01:00