Merge pull request #1169 from silvin-lubecki/schema-vendoring

Add a doc.go file so the compose/schema/data directory can be vendore…
This commit is contained in:
Vincent Demeester 2018-07-02 10:47:25 +02:00 committed by GitHub
commit 981c099b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Code generated by "esc -o bindata.go -pkg schema -private -modtime=1518458244 data"; DO NOT EDIT.
// Code generated by "esc -o bindata.go -pkg schema -ignore .*\.go -private -modtime=1518458244 data"; DO NOT EDIT.
package schema

View File

@ -0,0 +1,8 @@
/*
Package data contains all the Compose file JSON schemas, starting from v3.0.
*/
//
// +domain=docker.com
package data

View File

@ -1,6 +1,6 @@
package schema
//go:generate esc -o bindata.go -pkg schema -private -modtime=1518458244 data
//go:generate esc -o bindata.go -pkg schema -ignore .*\.go -private -modtime=1518458244 data
import (
"fmt"