From 2142e14b6d84d1fa869273d351c2988012590a28 Mon Sep 17 00:00:00 2001 From: xushiwei Date: Mon, 22 Apr 2024 00:15:40 +0800 Subject: [PATCH] llgo/internal/llgen --- chore/llgen/llgen.go | 2 +- {x => internal}/llgen/llgen.go | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {x => internal}/llgen/llgen.go (100%) diff --git a/chore/llgen/llgen.go b/chore/llgen/llgen.go index d648b39e..fe57b993 100644 --- a/chore/llgen/llgen.go +++ b/chore/llgen/llgen.go @@ -21,7 +21,7 @@ import ( "os" "path/filepath" - "github.com/goplus/llgo/x/llgen" + "github.com/goplus/llgo/internal/llgen" ) func main() { diff --git a/x/llgen/llgen.go b/internal/llgen/llgen.go similarity index 100% rename from x/llgen/llgen.go rename to internal/llgen/llgen.go