hello.go (92B)
1 package main 2 3 import ( 4 "fmt" 5 6 "rsc.io/quote" 7 ) 8 9 func main() { 10 fmt.Println(quote.Opt()) 11 }