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