mirror of
https://github.com/moby/moby.git
synced 2026-07-13 11:00:42 +00:00
remove unnescessary import aliases, brackets, and so on. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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"
|