Files
gluetun/internal/constants/splash.go
2020-11-08 20:56:49 -05:00

14 lines
373 B
Go

package constants
const (
// Announcement is a message announcement.
Announcement = "Support for Privado"
// AnnouncementExpiration is the expiration date of the announcement in format yyyy-mm-dd.
AnnouncementExpiration = "2020-11-25"
)
const (
// IssueLink is the link for users to use to create issues.
IssueLink = "https://github.com/qdm12/gluetun/issues/new"
)