mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
Add output of go mod tidy
to Quick Start guide.
parent
e2a0fa95cc
commit
ca294ceefe
@ -162,9 +162,10 @@ EOF
|
|||||||
Build and run:
|
Build and run:
|
||||||
```
|
```
|
||||||
$ go mod tidy
|
$ go mod tidy
|
||||||
|
go: finding module for package rsc.io/quote
|
||||||
|
go: found rsc.io/quote in rsc.io/quote v1.5.2
|
||||||
$ go build -o hello
|
$ go build -o hello
|
||||||
$ ./hello
|
$ ./hello
|
||||||
|
|
||||||
Hello, world.
|
Hello, world.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user