mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
5185148641
Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. ok abieber@
7 lines
347 B
Plaintext
7 lines
347 B
Plaintext
Glide is a tool for managing the vendor directory within a Go package.
|
|
|
|
This feature, first introduced in Go 1.5, allows each package to have
|
|
a vendor directory containing dependent packages for the project.
|
|
These vendor packages can be installed by a tool (e.g. glide),
|
|
similar to go get or they can be vendored and distributed with the package.
|