14 lines
455 B
Go
14 lines
455 B
Go
package constants
|
|
|
|
const (
|
|
// Announcement is a message announcement
|
|
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
|
|
AnnouncementExpiration = "2020-07-30"
|
|
)
|
|
|
|
const (
|
|
// IssueLink is the link for users to use to create issues
|
|
IssueLink = "https://github.com/qdm12/private-internet-access-docker/issues/new"
|
|
)
|