mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
Replace import_load with using import .
This commit is contained in:
+5
-6
@@ -1,11 +1,10 @@
|
||||
#shared_global_scope;
|
||||
|
||||
import (
|
||||
"os.odin";
|
||||
"fmt.odin"; // TODO(bill): Remove the need for `fmt` here
|
||||
"utf8.odin";
|
||||
"raw.odin";
|
||||
)
|
||||
import "os.odin";
|
||||
import "fmt.odin"; // TODO(bill): Remove the need for `fmt` here
|
||||
import "utf8.odin";
|
||||
import "raw.odin";
|
||||
|
||||
// Naming Conventions:
|
||||
// In general, Ada_Case for types and snake_case for values
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user