blob: 77619e32c4b2a496f1efc68740470a0abc7e497e [file] [log] [blame]
# Identical to v1.0.0: just need a new version so that we can test different
# error messages based on the vX.0.1 retraction comments. We can't test them in
# the same major version because go mod will always use the latest version's
# error message.
-- go.mod --
module example.com/retractdep/v2
go 1.12
-- a.go --
package a
const A = "a"