Skip to content

Commit

Permalink
Merge pull request #1169 from silvin-lubecki/schema-vendoring
Browse files Browse the repository at this point in the history
Add a doc.go file so the compose/schema/data directory can be vendore…
  • Loading branch information
Vincent Demeester committed Jul 2, 2018
2 parents 1c69e83 + 3a8ef76 commit 981c099
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/compose/schema/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions cli/compose/schema/data/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
Package data contains all the Compose file JSON schemas, starting from v3.0.
*/

//
// +domain=docker.com

package data
2 changes: 1 addition & 1 deletion cli/compose/schema/schema.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 981c099

Please sign in to comment.