mv x/<tool> => xtool/<tool>

This commit is contained in:
xushiwei
2024-05-11 05:27:38 +08:00
parent 67896c63a7
commit cd266213ce
25 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ import (
"log"
"os"
"github.com/goplus/llgo/x/env/llvm"
"github.com/goplus/llgo/xtool/env/llvm"
)
func main() {