Documentation ¶
Overview ¶
Package vendoring provides a several variables used in vendoring buildscripts and function that reports (without any external dependencies) if the current environment requires legacy-style vendoring, or if its safe to use new-style vendoring.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func NeedsLegacy ¶
func NeedsLegacy() bool
NeedsLegacy determines what kind vendoring system to use. Returns true when using pre-go1.5 vendoring, and false otherwise.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.