Skip to content

Commit be7b987

Browse files
committed
pkg
1 parent 0f1ac32 commit be7b987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This package uses the FNV-1a hash algorithm and has zero dependencies.
88
To install the package, use `go get`:
99

1010
```sh
11-
go get github.com/AhmedGoudaa/go-memoize
11+
go get github.com/AhmedGoudaa/go_memoize
1212
```
1313

1414
## Usage

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
module github.com/AhmedGoudaa/go-memoize
1+
module github.com/AhmedGoudaa/go_memoize
22
go 1.22

0 commit comments

Comments
 (0)