1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-26 13:25:56 +00:00

Fix config's wrong editor's import

This commit is contained in:
Makis Maropoulos
2016-07-13 00:32:40 +03:00
parent 0995331f78
commit 688acce071

View File

@@ -6,7 +6,7 @@ import (
"strings" "strings"
"github.com/imdario/mergo" "github.com/imdario/mergo"
"github.com/kataras/fasthttp" "github.com/valyala/fasthttp"
) )
// Default values for base Server conf, can be changed for global use // Default values for base Server conf, can be changed for global use