mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-20 06:31:07 +00:00
core:os -> core:os/old && core:os/os2 -> core:os
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#+build !js
|
||||
package encoding_xml
|
||||
|
||||
import os "core:os/os2"
|
||||
import "core:os"
|
||||
|
||||
// Load an XML file
|
||||
load_from_file :: proc(filename: string, options := DEFAULT_OPTIONS, error_handler := default_error_handler, allocator := context.allocator) -> (doc: ^Document, err: Error) {
|
||||
|
||||
Reference in New Issue
Block a user