mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-11 07:26:37 +00:00
15 lines
272 B
Markdown
15 lines
272 B
Markdown
# govendor notes
|
|
|
|
git config --global core.autocrlf false
|
|
go get -u -v
|
|
|
|
govendor init
|
|
govendor add +external
|
|
|
|
govendor remove github.com/martinlindhe/wmi_exporter/collector
|
|
govendor list
|
|
|
|
govendor build +local
|
|
|
|
git add vendor
|