You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,36 +32,31 @@ go-generics-cache is an in-memory key:value store/cache that is suitable for app
32
32
33
33
Go 1.18 or later.
34
34
35
-
If Go 1.18 has not been released but you want to try this package, you can easily do so by using the [`gotip`](https://pkg.go.dev/golang.org/dl/gotip) command.
36
-
37
-
```sh
38
-
$ go install golang.org/dl/gotip@latest
39
-
$ gotip download # latest commit
40
-
$ gotip version
41
-
go version devel go1.18-c2397905e0 Sat Nov 13 03:33:55 2021 +0000 darwin/arm64
42
-
```
43
-
44
35
## Install
45
36
46
37
$ go get github.com/Code-Hex/go-generics-cache
47
38
48
39
## Usage
49
40
50
-
See also [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/example_test.go) or [gotipplay playground](https://go.dev/play/p/MRF_I4oUS_W?v=gotip)
41
+
See also [examples](https://github.com/Code-Hex/go-generics-cache/blob/main/example_test.go) or [go playground](https://go.dev/play/p/kDs-6wpRAcX)
0 commit comments