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 enkele dagen geleden Go versie 1.15 vrijgegeven met de volgende aankondiging:
Go 1.15 is releasedToday the Go team is very happy to announce the release of Go 1.15. You can get it from the download page.
Some of the highlights include:
- Substantial improvements to the Go linker
- Improved allocation for small objects at high core counts
- X.509 CommonName deprecation
- GOPROXY supports skipping proxies that return errors
- New embedded tzdata package
- A number of Core Library improvements
For the complete list of changes and more information about the improvements above, see the Go 1.15 release notes.
We want to thank everyone who contributed to this release by writing code, filing bugs, providing feedback, and/or testing the beta and release candidates. Your contributions and diligence helped to ensure that Go 1.15 is as stable as possible. That said, if you notice any problems, please file an issue.