Skip to content

Instantly share code, notes, and snippets.

@shazadbrohi
Created February 13, 2021 02:19
Show Gist options
  • Save shazadbrohi/aca56f5dbfdf9a3d22e9a973b39f0329 to your computer and use it in GitHub Desktop.
Save shazadbrohi/aca56f5dbfdf9a3d22e9a973b39f0329 to your computer and use it in GitHub Desktop.
urls := [2]string{"https://vmware.com", "https://dell.com"}
var receive_channel string
send_channel := make(chan string)
var wg sync.WaitGroup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment