...

Source file src/github.com/rogpeppe/go-internal/goproxytest/testdata/mod/fruit.com_v1.1.0/fruit/main.go

Documentation: github.com/rogpeppe/go-internal/goproxytest/testdata/mod/fruit.com_v1.1.0/fruit

     1  package fruit
     2  
     3  const Name = "Apple"
     4  

View as plain text