Skip to content

Commit

Permalink
os.Exit(0) to terminate the program after successful run
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnaleem committed Nov 20, 2024
1 parent 5f7d5e1 commit 63d8f95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gosearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,5 @@ func main() {
fmt.Println(":: A yellow link indicates that I was unable to verify whether the username exists on the platform.")

Search(config, username)
os.Exit(0)
}

0 comments on commit 63d8f95

Please sign in to comment.