mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 22:25:00 -07:00
Replace core:* to base:* where appropriate
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package utf8string
|
||||
|
||||
import "core:unicode/utf8"
|
||||
import "core:runtime"
|
||||
import "core:builtin"
|
||||
import "base:runtime"
|
||||
import "base:builtin"
|
||||
|
||||
String :: struct {
|
||||
contents: string,
|
||||
|
||||
Reference in New Issue
Block a user