summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/mod/example.com_tidy_b_v0.2.0.txt
blob: 470b743d432a27a9f1873cabfcf7e1882f0064ca (plain)
1
2
3
4
5
6
7
8
-- go.mod --
module example.com/tidy/b

go 1.12
-- p.go --
package b

func B() {}