Change package name

This commit is contained in:
2023-07-11 21:54:29 -04:00
parent a24daf9b75
commit 6e316d18bc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package textdraw
package typeset
import "image"
import "unicode"
+1 -1
View File
@@ -1,4 +1,4 @@
package textdraw
package typeset
import "unicode"
import "golang.org/x/image/font"
+1 -1
View File
@@ -1,4 +1,4 @@
package textdraw
package typeset
import "image"
import "golang.org/x/image/font"