We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1ac32 commit be7b987Copy full SHA for be7b987
README.md
@@ -8,7 +8,7 @@ This package uses the FNV-1a hash algorithm and has zero dependencies.
8
To install the package, use `go get`:
9
10
```sh
11
-go get github.com/AhmedGoudaa/go-memoize
+go get github.com/AhmedGoudaa/go_memoize
12
```
13
14
## Usage
go.mod
@@ -1,2 +1,2 @@
1
-module github.com/AhmedGoudaa/go-memoize
+module github.com/AhmedGoudaa/go_memoize
2
go 1.22
0 commit comments