Assume generated code lands in a subdirectory

This commit is contained in:
2019-04-02 20:05:48 -06:00
parent 6948cdde4f
commit 94a7c075c7
2 changed files with 22 additions and 33 deletions

View File

@ -1,6 +1,6 @@
package html5
//go:generate go run ../internal/codegen/codegen.go -input defs.json -output generated.go -package html5 -import
//go:generate go run ../internal/codegen/codegen.go -input defs.json -output generated.go -package html5
import "gitlab.codemonkeysoftware.net/b/hatmill"