替换 murmur3 库
This commit is contained in:
parent
69536dc52d
commit
a0622c310d
15
.idea/git_toolbox_prj.xml
Normal file
15
.idea/git_toolbox_prj.xml
Normal file
@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GitToolBoxProjectSettings">
|
||||
<option name="commitMessageIssueKeyValidationOverride">
|
||||
<BoolValueOverride>
|
||||
<option name="enabled" value="true" />
|
||||
</BoolValueOverride>
|
||||
</option>
|
||||
<option name="commitMessageValidationEnabledOverride">
|
||||
<BoolValueOverride>
|
||||
<option name="enabled" value="true" />
|
||||
</BoolValueOverride>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
@ -1,10 +1,9 @@
|
||||
package checksum
|
||||
|
||||
import (
|
||||
"github.com/spaolacci/murmur3"
|
||||
"hash"
|
||||
|
||||
_ "github.com/spaolacci/murmur3"
|
||||
"github.com/twmb/murmur3"
|
||||
)
|
||||
|
||||
type (
|
||||
|
@ -1,8 +1,8 @@
|
||||
package checksum
|
||||
|
||||
import (
|
||||
"github.com/spaolacci/murmur3"
|
||||
"github.com/tursom/checksum/assert"
|
||||
"github.com/twmb/murmur3"
|
||||
"hash"
|
||||
"testing"
|
||||
)
|
||||
|
@ -1,8 +1,8 @@
|
||||
package checksum
|
||||
|
||||
import (
|
||||
"github.com/spaolacci/murmur3"
|
||||
"github.com/tursom/checksum/assert"
|
||||
"github.com/twmb/murmur3"
|
||||
"hash"
|
||||
"testing"
|
||||
)
|
||||
|
@ -1,8 +1,8 @@
|
||||
package checksum
|
||||
|
||||
import (
|
||||
"github.com/spaolacci/murmur3"
|
||||
"github.com/tursom/checksum/assert"
|
||||
"github.com/twmb/murmur3"
|
||||
"hash"
|
||||
"testing"
|
||||
)
|
||||
|
2
go.mod
2
go.mod
@ -2,4 +2,4 @@ module github.com/tursom/checksum
|
||||
|
||||
go 1.20
|
||||
|
||||
require github.com/spaolacci/murmur3 v1.1.0
|
||||
require github.com/twmb/murmur3 v1.1.8
|
||||
|
Loading…
Reference in New Issue
Block a user