Tag: golang

  • Go 1.13 released

    Some of the highlights include: The go command now downloads and authenticates modules using the Go module mirror and Go checksum database by default Improvements to number literals Error wrapping TLS 1.3 on by default Improved modules support https://blog.golang.org/go1.13

  • Go best practices

    Peter Bourgon has some experience with go, and he shares this on his website. Go is a language developed at Google 2007 and released to the public in 2009. In first place, this is fairly unrelated, but we’re currently evaluating go as a language for an IoT project, which makes it fit the topic of this…