4f2b443a27
This rewrites the Go imports after switching to the new github org. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
12 lines
266 B
Go
12 lines
266 B
Go
package containerd
|
|
|
|
var (
|
|
Package = "github.com/containerd/containerd"
|
|
|
|
// Version holds the complete version number.
|
|
Version = "1.0-dev+unknown"
|
|
|
|
// GitCommit is filled with the Git revision being used to build the
|
|
// program at linking time
|
|
GitCommit = ""
|
|
)
|