X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=blobdiff_plain;f=lib%2Fxdsserver%2Fwebserver.go;h=f1c88d252e0f9ac35f66ffce9fce95853ea350e3;hp=27b212bbed013d8bdedb821520785403f4a8c6de;hb=2a7a112bbffcd41a3436c086f1910ea7a9c94744;hpb=b36a9d0846acddb1ae1716b42f1296f6ad88b05b diff --git a/lib/xdsserver/webserver.go b/lib/xdsserver/webserver.go index 27b212b..f1c88d2 100644 --- a/lib/xdsserver/webserver.go +++ b/lib/xdsserver/webserver.go @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 "IoT.bzh" + * Copyright (C) 2017-2018 "IoT.bzh" * Author Sebastien Douheret * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -28,7 +28,7 @@ import ( "github.com/Sirupsen/logrus" "github.com/gin-contrib/static" "github.com/gin-gonic/gin" - "github.com/googollee/go-socket.io" + socketio "github.com/googollee/go-socket.io" ) // WebServer .