mirror of
https://github.com/kataras/iris.git
synced 2025-12-22 12:27:02 +00:00
Happy new year! Update to 6.0.0 | HTTP/2 full support. https://github.com/kataras/iris/issues/565
full commit from development branch. Examples, book, middleware, plugins are updated to the latest iris version. Read HISTORY.md for more. The 'old' v5 branch which relied on fasthttp exists for those who want to use it navigate there: https://github.com/kataras/iris/tree/5.0.0
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
// Black-box Testing
|
||||
package iris_test
|
||||
|
||||
/*
|
||||
Contains tests for plugin, no end-to-end, just local-object tests, these are enoguh for now.
|
||||
|
||||
CONTRIBUTE & DISCUSSION ABOUT TESTS TO: https://github.com/iris-contrib/tests
|
||||
*/
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/kataras/iris"
|
||||
|
||||
Reference in New Issue
Block a user