episode7

command
v0.0.0-...-c6e3130 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

README

Vendoring Dependencies in Go

Watch The Screencast

Go in 5 Minutes, episode 7.

This screencast shows how to vendor your dependencies in Go, the modern way.

NOTE: This screencast is no longer relevant, with the advent of Go Modules. It is left here for historical reference only. Please use modules to handle (and vendor, if necessary) your dependencies.

Screencast video: https://goin5minutes.com/screencast/episode_7_vendoring_your_dependencies_in_go/

Email Newsletter

Quick reminder to sign up at https://goin5minutes.com/subscribe

The first email will go out this week!

Outline

  1. go get
  2. Reproducible builds
  3. A Rich History
  1. Example

Note

Since dependency code is stored on Github, dependencies are mutable. I have checked in the vendor directory here so that you can compile & test this code. To experiment, just rm -rf vendor and run the glide commands.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL