mirror of
https://github.com/alpkeskin/mosint.git
synced 2026-04-26 03:25:57 +03:00
[GH-ISSUE #34] Error in root.go #29
Labels
No labels
bug
duplicate
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mosint#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Aggeloz on GitHub (Nov 14, 2022).
Original GitHub issue: https://github.com/alpkeskin/mosint/issues/34
At file root.go in cmd directory at func innit on line 92 there is an if statement :
if (os.Args[1] != "set"). Which causes errors.
It should have been os.Args[0] to run.