diff --git a/doc/go1.12.html b/doc/go1.12.html index c34b473a39..fd1f1a1f4c 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -357,6 +357,14 @@ for { overcounting of large heap allocations.
+
+ Tracebacks, runtime.Caller,
+ and runtime.Callers no longer include
+ compiler-generated initialization functions. Doing a traceback
+ during the initialization of a global variable will now show a
+ function named PKG.init.ializers.
+