update outdated github.com/goplus/llgo/c references

This commit is contained in:
Li Jie
2025-04-17 09:58:22 +08:00
parent a56129d675
commit 5a13e7400e
8 changed files with 16 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
package main
import (
"github.com/goplus/llgo/c"
"github.com/goplus/llgo/c/libuv"
"github.com/goplus/lib/c"
"github.com/goplus/lib/c/libuv"
)
func ensure(b bool, msg string) {