14 lines
385 B
Go
14 lines
385 B
Go
package constants
|
|
|
|
const (
|
|
// Announcement is a message announcement.
|
|
Announcement = "New Docker image qmcgaw/gluetun"
|
|
// AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd.
|
|
AnnouncementExpiration = "2021-01-20"
|
|
)
|
|
|
|
const (
|
|
// IssueLink is the link for users to use to create issues.
|
|
IssueLink = "https://github.com/qdm12/gluetun/issues/new"
|
|
)
|