Added comment to justify blank import.

This commit is contained in:
Patrick Connolly
2018-11-29 04:38:24 +08:00
parent cdc942d676
commit d3bd53ba3d

View File

@@ -9,7 +9,7 @@ import (
"github.com/42wim/matterbridge/bridge"
"github.com/42wim/matterbridge/bridge/config"
_ "github.com/42wim/matterbridge/docs"
_ "github.com/42wim/matterbridge/docs" // required by swagger
"github.com/labstack/echo"
"github.com/labstack/echo/middleware"
"github.com/swaggo/echo-swagger"