You must log in or register to comment.
all programs are single threaded unless otherwise specified.
It’s safe to assume that any non-trivial program written in Go is multithreaded
And yet: You’ll still be limited to two simultaneous calls to your REST API because the default HTTP client was built in the dumbest way possible.
The client object or the library?
Really? Huh, TIL. I guess I’ve just never run into a situation where that was the bottleneck.