add import logic for use statement

This commit is contained in:
ValKmjolnir
2023-11-01 00:37:02 +08:00
parent 29b974c03b
commit 5b68701a95
42 changed files with 155 additions and 159 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import.module.libsock;
import.std.json;
import.std.runtime;
use module.libsock;
use std.json;
use std.runtime;
var socket = libsock.socket;