diff options
Diffstat (limited to 'src/pkg/hash/hash.go')
-rw-r--r-- | src/pkg/hash/hash.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/hash/hash.go b/src/pkg/hash/hash.go index 56ac259db..3536c0b6a 100644 --- a/src/pkg/hash/hash.go +++ b/src/pkg/hash/hash.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// Package hash provides interfaces for hash functions. package hash import "io" |