Text file src/cmd/go/testdata/mod/github.com_dmitshur-test_modtest5_v0.5.0-alpha.0.20190619023908-3da23a9deb9e.txt

     1  module github.com/dmitshur-test/modtest5@v0.5.0-alpha.0.20190619023908-3da23a9deb9e
     2  
     3  -- .mod --
     4  module github.com/dmitshur-test/modtest5
     5  -- .info --
     6  {"Version":"v0.5.0-alpha.0.20190619023908-3da23a9deb9e","Time":"2019-06-18T19:39:08-07:00"}
     7  -- p.go --
     8  package p
     9  
    10  const v = 3
    11  

View as plain text