Skip to content

Commit

Permalink
Add FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
tdh8316 committed Jun 6, 2020
1 parent 24ea546 commit cd7205b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions investigo.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ optional arguments:
scanner.Scan()
_usernames = scanner.Text()
return strings.Split(_usernames, " ")
// FIXME: Why `fatal error: all goroutines are asleep - deadlock!` is occurred?
}

options.noColor, argIndex = HasElement(args, "--no-color")
Expand Down

0 comments on commit cd7205b

Please sign in to comment.