blob: 6ff81469c97eaaedbf63b2aa8c272ed26225359b [file] [log] [blame]
A module that is deprecated, according to its latest go.mod file
(not this one).
-- go.mod --
module example.com/deprecated
-- LICENSE --
$MITLicense
-- file.go --
// Package pkg is a sample package.
package pkg
// Version is the same as the module version.
const Version = "v1.0.0"