mirror of https://github.com/docker/cli.git
9 lines
124 B
Go
9 lines
124 B
Go
|
/*
|
||
|
Package data contains all the Compose file JSON schemas, starting from v3.0.
|
||
|
*/
|
||
|
|
||
|
//
|
||
|
// +domain=docker.com
|
||
|
|
||
|
package data
|