blob: 656ba5da97ba786fb11bbbb8567c6e007b4a7a06 [file] [log] [blame]
mod=example.com/first
base=none
release=v0.1.0
-- want --
v0.1.0 is a valid semantic version for this release.
-- go.mod --
module example.com/first
go 1.12
-- p.go --
package p