1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 07:31:46 +01:00

Uses logrus instead

This commit is contained in:
Amir Raminfar
2018-11-28 07:38:12 -08:00
parent 427edaa1ef
commit 0c50ff7c91

View File

@@ -8,9 +8,9 @@ import (
"github.com/amir20/dozzle/docker"
"github.com/gobuffalo/packr"
"github.com/gorilla/mux"
log "github.com/sirupsen/logrus"
flag "github.com/spf13/pflag"
"html/template"
"log"
"net/http"
"strings"
)