golang.org/x/exp@v0.0.0-20240506185415-9bf2ced13842/cmd/gorelease/testdata/first/v0_1_0-alpha.1.test (about)

     1  mod=example.com/first
     2  base=none
     3  release=v0.1.0-alpha.1
     4  -- want --
     5  # summary
     6  v0.1.0-alpha.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