quote icon indicating copy to clipboard operation
quote copied to clipboard

Update quote.go

Open Wbaker7702 opened this issue 1 year ago • 0 comments

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

Wbaker7702 avatar Dec 12 '24 23:12 Wbaker7702