Skip to content

Instantly share code, notes, and snippets.

View chrispmontoya's full-sized avatar

chrispmontoya

View GitHub Profile
@mattetti
mattetti / gist:3798173
Last active April 16, 2023 03:09
async fetching of urls using goroutines and channels
package main
import (
"fmt"
"net/http"
"time"
)
var urls = []string{
"https://splice.com/",