diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/ucd.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ucd.go b/compiler/ucd.go index 7432ba6..8c01595 100644 --- a/compiler/ucd.go +++ b/compiler/ucd.go @@ -1,4 +1,4 @@ -//go:generate go run ../generator/main.go +//go:generate go run ../cmd/generator/main.go //go:generate gofmt -w ucd_table.go package compiler |