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 August 21, 2024 05:26
async fetching of urls using goroutines and channels
package main
import (
"fmt"
"net/http"
"time"
)
var urls = []string{
"https://splice.com/",