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" |