Compare commits

...

2 Commits

Author SHA1 Message Date
Jonas Kwiedor 2947d81287
Merge 7c68d27694 into 930d904205 2024-11-13 12:56:48 +01:00
Jonas Kwiedor 7c68d27694
docs: Change go mod init command example
Doesn't it make sense to use the command from the official Go tutorial for the description? Here is the link to it: https://go.dev/doc/tutorial/create-module
2023-11-19 17:20:38 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ go-redis supports 2 last Go versions and requires a Go version with
module:
```shell
go mod init github.com/my/repo
go mod init example.com/greetings
```
Then install go-redis/**v9**: