The Go programming language 1.13 has been released, featuring key updates.
- Go now supports a more unified and modernized set of prefixes for numeric literals, including those for binary, octal, hexadecimal, and imaginary literals.
- Compatibility with Android 10.
- TLS 1.3 support is enabled by default in the crypto/tls package.
- Support for error wrapping.
- 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
