rename pncdsl to inkwell
This commit is contained in:
+2
-2
@@ -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...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user