rename pncdsl to inkwell

This commit is contained in:
2026-07-30 12:16:39 +02:00
parent 99902e0ab4
commit fd7cd6d1a9
57 changed files with 157 additions and 157 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
package pncdsl
package inkwell
import (
"fmt"
@@ -11,5 +11,5 @@ func logf(format string, args ...any) {
if !DebugLog {
return
}
fmt.Fprintf(os.Stderr, "[pncdsl] "+format+"\n", args...)
fmt.Fprintf(os.Stderr, "[inkwell] "+format+"\n", args...)
}