Skip to content

Instantly share code, notes, and snippets.

View artuross's full-sized avatar
🐕

Artur Rychlewicz artuross

🐕
View GitHub Profile
test:
go test -v
.PHONY: test
@artuross
artuross / solution.go
Created December 16, 2022 12:31
Cybozu
package solution
import (
"fmt"
"sync"
"time"
)
// I'm not sure if I understand the problem correctly.
// My understanding is that we should avoid making concurrent calls to the same URL.