Generate basic RSS/JSON feed files during setup

This commit is contained in:
gmemstr 2017-12-27 11:20:38 -08:00
parent a8f3712b6b
commit 30159082f5

View file

@ -35,6 +35,7 @@ func GenerateRandomString(s int) (string, error) {
} }
func Setup() { func Setup() {
go GenerateRss()
defer LockFile() defer LockFile()
// Create users SQLite3 file // Create users SQLite3 file
fmt.Println("Initializing the database") fmt.Println("Initializing the database")