mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add functions and variables name
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
||||
var Args = os.Args[1:]
|
||||
|
||||
func main() {
|
||||
|
||||
ex, e := os.Getwd()
|
||||
if e != nil {
|
||||
panic(e)
|
||||
@@ -17,7 +16,7 @@ func main() {
|
||||
panic("No file specified")
|
||||
}
|
||||
err := importMod(Args[0], ex, true)
|
||||
if err != "" {
|
||||
panic(err)
|
||||
if err.EXISTS {
|
||||
panicErr(err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user