Go, ook aangeduid als golang, is een programmeertaal die sinds 2007 wordt ontwikkeld door Google en de opensourcegemeenschap. De taal wordt onder andere door CloudFlare, Google, Netflix en Uber gebruikt. Go-code kan worden gecompileerd voor Android, Linux, macOS, FreeBSD en Windows op i386-, amd64- en ARM-processorarchitecturen. De syntax van Go is vergelijkbaar met die van C en soortgelijke programmeertalen, hoewel er ook enkele opvallende verschillen zijn. Ook biedt Go de mogelijkheid voor gedistribueerd programmeren, waarbij verschillende processen tegelijk worden uitgevoerd. Het team heeft Go versies 1.10.3 en 1.9.7 vrijgegeven met de volgende aanpassingen:
Version 1.10.3
includes fixes to the go command, and the crypto/tls, crypto/x509, and strings packages. In particular, it adds minimal support to the go command for the vgo transition.Version 1.9.7
- cmd/go: go get github.com/rsc/vgotest5 fails [1.10 backport]
- cmd/go: backported module awareness doesn't support list or go/build
- strings: Map produces invalid utf-8 when passed PAD (U+0080) [1.10 backport]
- build: misc/cgo/testcshared failure [1.10 backport]
- line 381 at golang 1.10 src/runtime/malloc
- crypto/x509: CANotAuthorizedForExtKeyUsage is a bogus error [1.10 backport]
- cmd/cgo: C.stdout no longer assignable in go 1.10
- cmd/go: add minimal support for vgo transition [1.10 backport]
- crypto/tls: panic in TransportTLS handshake in Windows crashes app with panic [1.10 backport]
- doc: update the contribution guidelines to reflect the new minor release process
- crypto/x509: NameConstraintsWithoutSANs when checking signing certificate [1.10 backport]
includes fixes to the go command, and the crypto/x509, and strings packages. In particular, it adds minimal support to the go command for the vgo transition.
- cmd/go: go get github.com/rsc/vgotest5 fails [1.9 backport]
- strings: Map produces invalid utf-8 when passed PAD (U+0080) [1.9 backport]
- build: misc/cgo/testcshared failure [1.9 backport]
- cmd/go: add minimal support for vgo transition [1.9 backport]
- crypto/tls: panic in TransportTLS handshake in Windows crashes app with panic [1.9 backport]