diff --git a/doc/go1.10.html b/doc/go1.10.html index 3f530dd6e2..2f5d74ea2f 100644 --- a/doc/go1.10.html +++ b/doc/go1.10.html @@ -296,8 +296,8 @@ zero-initialized with the constant 0 instead of the constant nil. Go 1.10 provides gofix modules to help with that rewrite:
-	go tool fix -r cftype 
-	go tool fix -r jni 
+go tool fix -r cftype <pkg>
+go tool fix -r jni <pkg>
 

@@ -1319,7 +1319,6 @@ that could previously unmarshal into such fields but no longer can. For example, see the encoding/json notes.

-

runtime/pprof