| |
@@ -1,4 +1,3 @@
|
| |
-
|
| |
include::{partialsdir}/entities.adoc[]
|
| |
|
| |
[[sect-development-go]]
|
| |
@@ -10,6 +9,6 @@
|
| |
* More precise specification of package initialization order
|
| |
* Increased power and precision of type inference
|
| |
* Improved support for forward and backward compatibility in the Go toolchain
|
| |
- * Faster build speed by up to 6% thanks to building the compiler itself with profile-guide optimization (PGO)
|
| |
+ * Faster build speed by up to 6% thanks to building the compiler itself with profile-guided optimization (PGO)
|
| |
|
| |
For more details, see the link:https://tip.golang.org/doc/go1.21[upstream release notes].
|
| |
See PGO in golang doc and Profile-guided optimization in Wikipedia.