
Go 1.15 brings a wide variety of improvements including:
- The Go linker now has much lower resource use, is faster, and has improved code quality. Generally for large Go programs the linking process is around 20% faster while using around 30% less memory.
- Go 1.15 binaries are around 5% smaller compared to Go 1.14.
- Go 1.







