diff options
Diffstat (limited to '')
-rw-r--r-- | src/urubu/cmd/ucdgen/main.go (renamed from cmd/ucdgen/main.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ucdgen/main.go b/src/urubu/cmd/ucdgen/main.go index aeb88e2..d5599a6 100644 --- a/cmd/ucdgen/main.go +++ b/src/urubu/cmd/ucdgen/main.go @@ -7,7 +7,7 @@ import ( "strings" "text/template" - "ucd" + "urubu/ucd" ) func main() { |