%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/go119/src/cmd/go/testdata/mod/
Upload File :
Create Path :
Current File : //usr/local/go119/src/cmd/go/testdata/mod/example.com_generics_v1.0.0.txt

example.com/generics v1.0.0
written by hand

-- .mod --
module example.com/generics

go 1.18
-- .info --
{"Version":"v1.0.0"}
-- go.mod --
module example.com/generics

go 1.18
-- generics.go --
package generics

type Int interface {
	~int
}

func Bar() {}

Zerion Mini Shell 1.0