Add in vendor support

This commit is contained in:
Derek Collison
2016-04-05 10:52:40 -07:00
parent 0db7adb6b1
commit 21ec036da4
13 changed files with 1020 additions and 15 deletions

View File

@@ -464,6 +464,9 @@ on installation, including pre-built binaries, is available at
<http://golang.org/doc/install>. Stable branches of operating system
packagers provided by your OS vendor may not be sufficient.
Note that we now support vendored dependencies, which are fully supported on Go1.6.
For Go1.5, please build with GO15VENDOREXPERIMENT=1.
Run `go version` to see the version of Go which you have installed.
Run `go build` inside the directory to build.