golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/first/v0_0_1.test (about) 1 mod=example.com/first 2 base=none 3 release=v0.0.1 4 -- want -- 5 # summary 6 v0.0.1 is a valid semantic version for this release. 7 -- go.mod -- 8 module example.com/first 9 10 go 1.12 11 -- p.go -- 12 package p