From 7e9f616639c29436ab66cc08c70028beded2877d Mon Sep 17 00:00:00 2001 From: Ryo Nihei Date: Sat, 8 May 2021 19:44:17 +0900 Subject: Change package structure The executable can be installed using `go install ./cmd/maleeni`. --- compiler/ucd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') 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 -- cgit v1.2.3