-
…in reply to @steren
And yesterday, I was trying to perform two HTTP calls in parallel, which turned out to be much more complicated than expected (or I am holding it wrong). Can I haz async/await and Promise.all()?
-
…in reply to @steren
First impressions: - Errors on unused imports are neat. - Built-in gofmt is great for consistency. - Convenient built-in "net/http" package - Can I haz package manager?
