From 4c98ecbf05d1baba49607a6e168a408787cf77d6 Mon Sep 17 00:00:00 2001
From: Kevin Burke runtime/pprof
package now
include symbol information, so they can be viewed
in go
tool
pprof
- without binary that produced the profile.
+ without the binary that produced the profile.
@@ -520,7 +520,7 @@ version of gccgo.
+
The new Encoding.WithPadding method adds support for custom padding characters and disabling padding.
@@ -913,7 +913,7 @@ version of gccgo. interface describes some types in thenet
package that can provide access to their underlying file descriptor
- using the new
+ using the new
RawConn
interface.
@@ -955,7 +955,7 @@ version of gccgo.
The new methods
Duration.Round
- and
+ and
Duration.Truncate
handle rounding and truncating durations to multiples of a given duration.