aboutsummaryrefslogtreecommitdiff
path: root/compiler/ucd.go
diff options
context:
space:
mode:
authorRyo Nihei <nihei.dev@gmail.com>2021-05-08 19:44:17 +0900
committerRyo Nihei <nihei.dev@gmail.com>2021-05-08 19:44:17 +0900
commit7e9f616639c29436ab66cc08c70028beded2877d (patch)
treec5f2f2823336c36e76bc4deb666a33e1f26ce1ea /compiler/ucd.go
parentAdd --break-on-error option to lex command (diff)
downloadtre-7e9f616639c29436ab66cc08c70028beded2877d.tar.gz
tre-7e9f616639c29436ab66cc08c70028beded2877d.tar.xz
Change package structure
The executable can be installed using `go install ./cmd/maleeni`.
Diffstat (limited to 'compiler/ucd.go')
-rw-r--r--compiler/ucd.go2
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