Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

v47: Separate case for devel vs go1.6, with same logic as 1.6 check

Compare
Choose a tag to compare
@freeformz freeformz released this 12 Jan 22:35
· 88 commits to master since this release
When go is compiled from source, the major version is 'devel'.
A third conditional has been added to check for this case in order
to enable vendoring when built from source.