From 30159082f5684d4553b61647ccc8541e2baf405a Mon Sep 17 00:00:00 2001 From: gmemstr Date: Wed, 27 Dec 2017 11:20:38 -0800 Subject: [PATCH] Generate basic RSS/JSON feed files during setup --- setup.go | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.go b/setup.go index ab4cd08..75fb6ca 100644 --- a/setup.go +++ b/setup.go @@ -35,6 +35,7 @@ func GenerateRandomString(s int) (string, error) { } func Setup() { + go GenerateRss() defer LockFile() // Create users SQLite3 file fmt.Println("Initializing the database")