diff --git a/boltrest-server/main.go b/boltrest-server/main.go index 194b2fb..dad8d1d 100644 --- a/boltrest-server/main.go +++ b/boltrest-server/main.go @@ -15,6 +15,10 @@ func main() { adminDB = boltrest.Open("admin.db") } +func mainLoop() { + +} + func initialize() error { // Make sure that the necessary files/directories are in place var tstDir *os.File @@ -50,4 +54,4 @@ func generateAPIKey() string { } } return string(b) -} \ No newline at end of file +}