Files
gluetun/internal/constants/splash.go

14 lines
373 B
Go
Raw Normal View History

package constants
const (
2020-10-20 02:45:28 +00:00
// Announcement is a message announcement.
2020-11-08 20:56:49 -05:00
Announcement = "Support for Privado"
2020-10-20 02:45:28 +00:00
// AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd.
2020-11-08 20:56:49 -05:00
AnnouncementExpiration = "2020-11-25"
)
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"
)