From: Toshihiro Shiino
- This new package provides hash functions on byte sequences. - These hash functions are intended to be used to implement hash tables or - other data structures that need to map arbitrary strings or byte - sequences to a uniform distribution of integers. -
-- The hash functions are collision-resistant but not cryptographically secure. -
-@@ -568,6 +554,40 @@ appropriately.)
+ The new
+ function NewFromFiles
+ computes package documentation from a list
+ of *ast.File
's and associates examples with the
+ appropriate package elements.
+ The new information is available in a new Examples
+ field
+ in the Package
, Type
,
+ and Func
types, and a
+ new Suffix
+ field in
+ the Example
+ type.
+
+ This new package provides hash functions on byte sequences. + These hash functions are intended to be used to implement hash tables or + other data structures that need to map arbitrary strings or byte + sequences to a uniform distribution of integers. +
++ The hash functions are collision-resistant but not cryptographically secure. +
+@@ -591,26 +611,6 @@ appropriately.)
- The new
- function NewFromFiles
- computes package documentation from a list
- of *ast.File
's and associates examples with the
- appropriate package elements.
- The new information is available in a new Examples
- field
- in the Package
, Type
,
- and Func
types, and a
- new Suffix
- field in
- the Example
- type.
-