Files
windows_exporter/VENDOR.md
2016-09-01 21:10:02 +02:00

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