steren’s avatarsteren’s Twitter Archive—№ 3,616

  1. Learning golang at tour.golang.org/.
    OpenGraph image for tour.golang.org/oh my god twitter doesn’t include alt text from images in their API
    1. …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()?
    2. …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?