Go will add the
quote
module as a requirement, as well as a go.sum file for use in authenticating the module. For more, see
Authenticating modules in the Go Modules Reference.
If you want to change selection, open document below and click on "Move attachment"
Tutorial: Get started with Go - The Go Programming Languageding the highlighted lines, your code should include the following: package main import "fmt" import "rsc.io/quote" func main() { fmt.Println(quote.Go()) } Add new module requirements and sums. <span>Go will add the quote module as a requirement, as well as a go.sum file for use in authenticating the module. For more, see Authenticating modules in the Go Modules Reference. $ go mod tidy go: finding module for package rsc.io/quote go: found rsc.io/quote in rsc.io/quote v1.5.2 Run your code to see the message generated by the function you're calling. $ go r Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details