Updated module path
This commit is contained in:
parent
e83bcfe9d0
commit
1a96c35f76
@ -4,7 +4,7 @@ import (
|
||||
"bytes"
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/hash"
|
||||
"git.urbach.dev/go/hash"
|
||||
)
|
||||
|
||||
func BenchmarkSize(b *testing.B) {
|
||||
|
@ -5,7 +5,7 @@ This is a non-cryptographic hash (aka checksum) to verify data integrity.
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
go get git.akyoto.dev/go/hash
|
||||
go get git.urbach.dev/go/hash
|
||||
```
|
||||
|
||||
## Usage
|
||||
@ -46,7 +46,7 @@ BenchmarkSize/4096-12 1947091 617.6 ns/op
|
||||
|
||||
## License
|
||||
|
||||
Please see the [license documentation](https://akyoto.dev/license).
|
||||
Please see the [license documentation](https://urbach.dev/license).
|
||||
|
||||
## Copyright
|
||||
|
||||
|
4
go.mod
4
go.mod
@ -1,3 +1,3 @@
|
||||
module git.akyoto.dev/go/hash
|
||||
module git.urbach.dev/go/hash
|
||||
|
||||
go 1.22
|
||||
go 1.24
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"math"
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/go/hash"
|
||||
"git.urbach.dev/go/hash"
|
||||
)
|
||||
|
||||
// Hashes generated in tests will be saved to check for collisions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user