diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-07 15:52:08 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2021-08-07 15:52:08 -0700 |
| commit | eabc4b6cacc4749db226af272e71fcff1556f433 (patch) | |
| tree | f4df3f243a3132bcfc8ed8fa967987ebd6f4f365 /hotline/config.go | |
| parent | 9004987d8ec11b788f972e6764f875f2d873cfd6 (diff) | |
Prune unused code
Diffstat (limited to 'hotline/config.go')
| -rw-r--r-- | hotline/config.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hotline/config.go b/hotline/config.go index e0c20cf..d2a8ac6 100644 --- a/hotline/config.go +++ b/hotline/config.go @@ -1,11 +1,5 @@ package hotline -const ( - defaultAgreement = "This is an agreement. Say you agree.\r" - defaultMessageBoard = "Welcome to Hotline\r" - defaultThreadedNews = "Categories:\n" -) - type Config struct { Name string `yaml:"Name"` // Name used for Tracker registration Description string `yaml:"Description"` // Description used for Tracker registration |