summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/golang.org/x/exp@v0.0.0-20220613132600-b0d781184e0d/cmd/gorelease/testdata/tidy/missing_go.test
blob: 99ca05abe8c95b4dc741f1780842c2c800bedf4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
mod=example.com/tidy
base=v0.0.1
success=0
-- want --
# diagnostics
go.mod: go directive is missing

# summary
Suggested version: v0.0.2
-- go.mod --
module example.com/tidy
-- tidy.go --
package tidy