mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
remove unnescessary import aliases, brackets, and so on. Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: f23c00d8701e4bd0f2372a586dacbf66a26f9a51 Component: engine
7 lines
160 B
Go
7 lines
160 B
Go
// +build !windows
|
|
|
|
package api // import "github.com/docker/docker/api"
|
|
|
|
// MinVersion represents Minimum REST API version supported
|
|
const MinVersion = "1.12"
|