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

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

View as plain text