diff --git a/gosearch.go b/gosearch.go index 36d4638..9f9ae4f 100644 --- a/gosearch.go +++ b/gosearch.go @@ -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) } \ No newline at end of file