Skip to content

Commit 7c68d27

Browse files
authored
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
1 parent 21bd40a commit 7c68d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ go-redis supports 2 last Go versions and requires a Go version with
6969
module:
7070

7171
```shell
72-
go mod init github.com/my/repo
72+
go mod init example.com/greetings
7373
```
7474

7575
Then install go-redis/**v9**:

0 commit comments

Comments
 (0)