fix typo (or or)

Dmitry Savintsev 2018-08-08 12:35:38 +02:00
parent cff8bfd860
commit 8acd0a7c2c

@ -146,7 +146,7 @@ To create a `go.mod` for an existing project:
# if using go1.11beta2 or vgo:
$ go mod -init -module example.com/my/module/v2
# if using 'master' or or go1.11beta3, use the newer form:
# if using 'master' or go1.11beta3, use the newer form:
$ go mod init example.com/my/module/v2
```