Files
gluetun/internal/constants/splash.go

14 lines
432 B
Go
Raw Normal View History

package constants
const (
// Announcement is a message announcement
2020-07-14 00:38:55 +00:00
Announcement = "Video of the Git history of Gluetun (2020 is crazy): https://youtu.be/khipOYJtGJ0"
// AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd
2020-07-14 00:38:55 +00:00
AnnouncementExpiration = "2020-07-30"
)
const (
// 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"
)