...

Text file src/cmd/go/testdata/mod/example.com_quote_v1.5.2.txt

Documentation: cmd/go/testdata/mod

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

View as plain text