golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/mod/example.com_sub_nest_v1.0.0.txt (about) 1 -- go.mod -- 2 module example.com/sub/nest 3 4 go 1.12 5 -- nest.go -- 6 package nest