Skip to content

Instantly share code, notes, and snippets.

View ld100's full-sized avatar

Alexander Lockshyn ld100

View GitHub Profile
@montanaflynn
montanaflynn / pget.go
Last active October 21, 2023 06:12
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