Skip to content

Commit a896cfc

Browse files
authored
Merge pull request #538 from wking/schema-fs-include
schema/gen: Include .json instead of excluding .go
2 parents 039bc0c + 6f633c2 commit a896cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/gen.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ package schema
1818
// using esc (https://github.com/mjibson/esc).
1919

2020
// This should generally be invoked with `make schema-fs`
21-
//go:generate esc -private -pkg=schema -ignore=.*go -ignore=.*swp .
21+
//go:generate esc -private -pkg=schema -include=.*\.json$ .

0 commit comments

Comments
 (0)