govendor: update build instructions and fix #18

This commit is contained in:
Martin Lindhe
2016-09-01 21:10:02 +02:00
parent eebbe0015c
commit 29beaa6c3b
27 changed files with 2520 additions and 4 deletions

14
VENDOR.md Normal file
View File

@@ -0,0 +1,14 @@
# 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