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
This commit is contained in:
Jonas Kwiedor 2023-11-19 17:20:38 +01:00 committed by GitHub
parent 21bd40a47e
commit 7c68d27694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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