You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata/mod/gopkg.in_garbletest.v2_v2.9...

25 lines
432 B
Plaintext

module gopkg.in/garbletest.v2@v2.999.0
-- .mod --
module gopkg.in/garbletest.v2
go 1.17
require "rsc.io/sampler" v1.3.0
-- .info --
{"Version":"v2.999.0","Time":"2020-11-17T15:46:20Z"}
-- go.mod --
module gopkg.in/garbletest.v2
go 1.17
require "rsc.io/sampler" v1.3.0
-- apic.go --
package garbletest
import "rsc.io/sampler/unchanged"
func Test() { println("this is the dummy garbletest.v2 package") }
var _ = unchanged.Foo