Closed
Description
In module mode, in a module with rsc.io/quote/v3 as a dependency:
$ go doc rsc.io/quote/v3
package quote // import "rsc.io/quote"
Package quote collects pithy sayings.
func Concurrency() string
func GlassV3() string
func GoV3() string
func HelloV3() string
func OptV3() string
$
Note the import comment on the first line of output.
It should say rsc.io/quote/v3
.
I do not know why it says rsc.io/quote
instead.