| // +build !autogen | |
| // Package dockerversion is auto-generated at build-time | |
| package dockerversion // import "github.com/docker/docker/dockerversion" | |
| // Default build-time variable for library-import. | |
| // This file is overridden on build with build-time information. | |
| const ( | |
| GitCommit = "library-import" | |
| Version = "library-import" | |
| BuildTime = "library-import" | |
| IAmStatic = "library-import" | |
| InitCommitID = "library-import" | |
| PlatformName = "" | |
| ProductName = "" | |
| DefaultProductLicense = "" | |
| ) |