blob: 05f7ae28a396a1174b27cb1922908f19f09ea68f (
plain)
1
2
3
4
5
6
7
8
9
|
This module is a replacement for rsc.io/quote, but its go.mod file declares
a module path different from its location and the original module.
-- .mod --
module rsc.io/Quote
go 1.14
-- .info --
{"Version":"v1.5.2"}
|