CenturyLinkLabs / golang-builder

Containerized build environment for compiling an executable Golang package and packaging it in a light-weight Docker container.
Apache License 2.0
398 stars 85 forks source link

Added support for Go 1.5 vendor experiment. #13

Closed docbobo closed 8 years ago

docbobo commented 9 years ago

The current implementation already supports a vendored folder created by godeps. As godeps has support for GO15VENDOREXPERIMENT=1, it seems reasonable to support this form of vendoring if it is detected.

skidder commented 8 years ago

:thumbsup: I need this urgently to eliminate some sym-linking silliness required to fake Godeps paths

davidgardner11 commented 8 years ago

Merge accepted.