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...

13 lines
256 B
Plaintext

module gopkg.in/garbletest.v2@v2.999.0
-- .mod --
module gopkg.in/garbletest.v2
go 1.15
-- .info --
{"Version":"v2.999.0","Time":"2020-11-17T15:46:20Z"}
-- apic.go --
package garbletest
func Test() { println("this is the dummy garbletest.v2 package") }