Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Prints a pithy saying using the quote package.
package main
import (
"fmt"
"rsc.io/quote/v3"
)
func main() {
fmt.Println(quote.HelloV3())
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
3.1.0latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.