From ee5dff96e38add4debc3de9811769fa26b704ef7 Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos <kataras2006@hotmail.com> Date: Thu, 13 Oct 2016 17:28:23 +0300 Subject: [PATCH] For v4.6.0 - Remove unused testFramework from the previous commit Read HISTORY.md for changes: https://github.com/kataras/iris/blob/master/HISTORY.md --- iris.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/iris.go b/iris.go index 8dc284e6..fd1b7585 100644 --- a/iris.go +++ b/iris.go @@ -64,7 +64,6 @@ import ( "sync" "time" - "github.com/gavv/httpexpect" "github.com/kataras/go-errors" "github.com/kataras/go-fs" "github.com/kataras/go-serializer" @@ -196,9 +195,6 @@ type ( Plugins PluginContainer Websocket *WebsocketServer SSH *SSHServer - - // this is setted once when .Tester(t) is called - testFramework *httpexpect.Expect } )