From ab1ad9eecffed26c4aa3d6fd346d7b06e9eadbb1 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 2 Dec 2024 15:41:30 -0300 Subject: Build and test existing code as is --- cmd/ucdgen/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/ucdgen/main.go') 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() { -- cgit v1.2.3