Skip to content
This repository has been archived by the owner on Feb 16, 2018. It is now read-only.

Commit

Permalink
Change crc64.New() to return hash.Hash64
Browse files Browse the repository at this point in the history
  • Loading branch information
bn0ir committed Feb 9, 2016
1 parent f5614b4 commit 7aeb931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crc64/crc64.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type digest struct {
crc uint64
}

func New() hash.Hash {
func New() hash.Hash64 {
return &digest{}
}

Expand Down

0 comments on commit 7aeb931

Please sign in to comment.