genofire/hs_monolith
genofire
/
hs_monolith
Archived
1
0
Fork 0

Update main.go

This commit is contained in:
Geno 2017-03-30 14:17:21 +02:00 committed by GitHub
parent a1bfeb4b14
commit ca815aeccd
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ import (
"flag"
"net/http"
"os"
"log"
"os/signal"
"syscall"
@ -32,7 +33,7 @@ func main() {
lib.LogTimestamp(true)
}
lib.Log.Info("Starting rezension monolith")
log.Println("Starting rezension monolith")
// Startwebsrver
router := goji.NewMux()