We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b3371 commit 517503dCopy full SHA for 517503d
doc/devel/weekly.html
@@ -20,8 +20,8 @@ <h2 id="2011-12-02">2011-12-02</h2>
20
This weekly snapshot includes changes to the hash package and a gofix for the
21
time and os.FileInfo changes in the last snapshot.
22
23
-The hash.Hasher's Sum method has been given a []byte argument, permitting
24
-the user to hash an arbitrary byte slice without Writing to the Hasher.
+The hash.Hash's Sum method has been given a []byte argument,
+permitting the user to append the hash to an existing byte slice.
25
Existing code that uses Sum can pass nil as the argument.
26
Gofix will make this change automatically.
27
0 commit comments