summaryrefslogtreecommitdiffstats
path: root/golang/restapi/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'golang/restapi/server.go')
-rw-r--r--golang/restapi/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/golang/restapi/server.go b/golang/restapi/server.go
index 3335bc9e..a11c94c6 100644
--- a/golang/restapi/server.go
+++ b/golang/restapi/server.go
@@ -7,7 +7,6 @@ import (
"crypto/x509"
"errors"
"io/ioutil"
- "log"
"net"
"net/http"
"os"
@@ -16,6 +15,7 @@ import (
"sync/atomic"
"time"
+ log "github.com/sirupsen/logrus"
"github.com/go-openapi/runtime/flagext"
"github.com/go-openapi/swag"
flags "github.com/jessevdk/go-flags"