[GH-ISSUE #34] Error in root.go #29

Closed
opened 2026-03-01 14:35:47 +03:00 by kerem · 0 comments
Owner

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.

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.
kerem 2026-03-01 14:35:47 +03:00
  • closed this issue
  • added the
    bug
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mosint#29
No description provided.