github.com/rogpeppe/go-internal@v1.12.1-0.20240509064211-c8567cf8e95f/goproxytest/testdata/mod/fruit.com_v1.0.0.txt (about) 1 -- .mod -- 2 module fruit.com 3 4 -- .info -- 5 {"Version":"v1.0.0","Time":"2018-10-22T18:45:39Z"} 6 7 -- go.mod -- 8 module fruit.com 9 10 -- fruit/fruit.go -- 11 package main 12 13 const Name = "Orange"