1# Identical to v1.0.0: just need a new version so that we can test different 2# error messages based on the vX.0.1 retraction comments. We can't test them in 3# the same major version because go mod will always use the latest version's 4# error message. 5-- go.mod -- 6module example.com/retractdep/v3 7 8go 1.12 9-- a.go -- 10package a 11 12const A = "a"