Skip to content

Instantly share code, notes, and snippets.

@innovia
innovia / pget.go
Created June 10, 2020 16:47 — forked from montanaflynn/pget.go
Bounded Parallel Get Requests in Golang
package main
import (
"fmt"
"net/http"
"sort"
"time"
)
// a struct to hold the result from each request including an index