This commit is contained in:
2023-03-13 19:27:16 +00:00
parent 7220d12fb6
commit 0a85087bb9
15 changed files with 335 additions and 132 deletions

View File

@@ -44,7 +44,7 @@ func readFile(path string) []UNPARSEcode {
return output
}
func importMod(realpath string, origin string, main bool) (scope, ArErr) {
func importMod(realpath string, origin string) (scope, ArErr) {
extention := filepath.Ext(realpath)
path := realpath
if extention == "" {