зеркало из https://github.com/microsoft/docker.git
7 строки
126 B
Go
7 строки
126 B
Go
|
// +build !windows
|
||
|
|
||
|
package api
|
||
|
|
||
|
// MinVersion represents Minimum REST API version supported
|
||
|
const MinVersion string = "1.12"
|