Files
gluetun/internal/constants/splash.go

14 lines
385 B
Go
Raw Normal View History

package constants
const (
2020-10-20 02:45:28 +00:00
// Announcement is a message announcement.
Announcement = "New Docker image qmcgaw/gluetun"
2020-10-20 02:45:28 +00:00
// AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd.
AnnouncementExpiration = "2021-01-20"
)
const (
2020-10-20 02:45:28 +00:00
// IssueLink is the link for users to use to create issues.
2020-07-26 12:07:06 +00:00
IssueLink = "https://github.com/qdm12/gluetun/issues/new"
)