mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Make go.mod output more accurate for Quick Start guide
parent
3e834920a7
commit
4124a530eb
@ -172,9 +172,10 @@ Hello, world.
|
|||||||
The `go.mod` file was updated to include explicit versions for your dependencies, where `v1.5.2` here is a [semver](https://semver.org) tag:
|
The `go.mod` file was updated to include explicit versions for your dependencies, where `v1.5.2` here is a [semver](https://semver.org) tag:
|
||||||
```
|
```
|
||||||
$ cat go.mod
|
$ cat go.mod
|
||||||
|
|
||||||
module github.com/my/repo
|
module github.com/my/repo
|
||||||
|
|
||||||
|
go 1.16
|
||||||
|
|
||||||
require rsc.io/quote v1.5.2
|
require rsc.io/quote v1.5.2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user