diff options
Diffstat (limited to 'cmd/ucdgen/main.go')
-rw-r--r-- | cmd/ucdgen/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ucdgen/main.go b/cmd/ucdgen/main.go index 6d7d33e..aeb88e2 100644 --- a/cmd/ucdgen/main.go +++ b/cmd/ucdgen/main.go @@ -7,7 +7,7 @@ import ( "strings" "text/template" - "github.com/nihei9/vartan/ucd" + "ucd" ) func main() { |