mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-01-06 00:49:33 -06:00
Added logging #18, set Dockerfile to Go 1.16.5, minor changes
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
"Gokapi/internal/configuration/cloudconfig"
|
||||
"Gokapi/internal/environment"
|
||||
"Gokapi/internal/helper"
|
||||
"Gokapi/internal/logging"
|
||||
"Gokapi/internal/storage"
|
||||
"Gokapi/internal/storage/cloudstorage/aws"
|
||||
"Gokapi/internal/webserver"
|
||||
@@ -44,6 +45,7 @@ func main() {
|
||||
fmt.Println("Saving new files to local storage")
|
||||
}
|
||||
go storage.CleanUp(true)
|
||||
logging.AddString("Gokapi started")
|
||||
webserver.Start()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user