File Manager

Path: /opt/golang/1.22.0/src/cmd/go/testdata/mod/

Viewing File: example.com_deprecated_b_v1.0.0.txt

-- .info --
{"Version":"v1.0.0"}
-- .mod --
module example.com/deprecated/b

go 1.17
-- go.mod --
module example.com/deprecated/b

go 1.17
-- b.go --
package b