Skip to content

Commit

Permalink
Restore digest32 complile check for bmixer interface.
Browse files Browse the repository at this point in the history
Not a big deal, but always better to ensure expected interfaces are
implemented.
  • Loading branch information
Sébastien Paolacci committed Aug 19, 2017
1 parent dbc0f40 commit 7d4be12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions murmur32.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
var (
_ hash.Hash = new(digest32)
_ hash.Hash32 = new(digest32)
_ bmixer = new(digest32)
)

const (
Expand Down

0 comments on commit 7d4be12

Please sign in to comment.