Skip to content

Commit 62e8895

Browse files
paultyngappilon
andcommitted
Update helper/hashcode/hashcode.go
Co-authored-by: appilon <[email protected]>
1 parent 983ab4d commit 62e8895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helper/hashcode/hashcode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
// String hashes a string to a unique hashcode.
1010
//
1111
// Deprecated: This will be removed in v2 without replacement. If you need
12-
// its functionality, you can copy it, use crc32 directory, or reference the
12+
// its functionality, you can copy it, import crc32 directly, or reference the
1313
// v1 package.
1414
//
1515
// crc32 returns a uint32, but for our use we need

0 commit comments

Comments
 (0)