1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/version/version_lib.go
Vincent Demeester d5cd032a86 dockerversion placeholder for library-import
- Move autogen/dockerversion to version
- Update autogen and "builds" to use this package and a build flag

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2015-10-27 20:36:07 +01:00

16 lines
438 B
Go

// +build !autogen
// Package version is auto-generated at build-time
package version
// Default build-time variable for library-import.
// This file is overridden on build with build-time informations.
const (
GITCOMMIT string = "library-import"
VERSION string = "library-import"
BUILDTIME string = "library-import"
IAMSTATIC string = "library-import"
INITSHA1 string = "library-import"
INITPATH string = "library-import"
)