Go 1.13

Go programming language 1.13 released, main innovations

  • The Go language now supports a more unified and modernized set of numeric literal prefixes, including for binary, octal, hexadecimal, and imaginary literals
  • Compatible with Android 10
  • TLS 1.3 support is enabled by default in the crypto/tls package
  • Error wrapping support
  • Unicode 11.0 is now available from the Go Unicode package

This is the last release that will run on Native Client (NaCl)

Source: linux.org.ru

Add a comment