quote
quote copied to clipboard
Update quote.go
In your Go code, import the rsc.io/quote package and add a call to its Go function. After adding the highlighted lines, your code should include the following:
package main
import "fmt"
import "rsc.io/quote"
func main() { fmt.Println(quote.Go()) }
I am learning so I may have added this to the wrong spot. Please let me know kindly