blob: 97dc680f1767b7b55f336565f06145a65ab62b57 [file] [log] [blame]
A module with some versions retracted.
This is not the latest version.
-- go.mod --
module example.com/retractions
-- LICENSE --
$MITLicense
-- file.go --
// Package pkg is a sample package.
package pkg
// Version is the same as the module version.
const Version = "v1.1.0"