Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



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 Language
ding 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

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.