summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/mod/example.com_errors_v0.2.0.txt
blob: 668d59bf65ef45bcbc7f5674ef82693e66db5471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-- go.mod --
module example.com/errors

go 1.12
-- fixed/fixed.go --
package fixed

const X int = 12

-- broken/broken.go --
package broken

const X int = Missing

-- added/added.go --
package added

const X int = Missing