1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-08 20:41:57 +00:00

Add some tests

This commit is contained in:
Makis Maropoulos
2016-07-05 13:37:10 +02:00
parent 126e170371
commit 93dc7c7e48
10 changed files with 1033 additions and 2 deletions

View File

@@ -40,6 +40,10 @@ var (
)
func init() {
initDefault()
}
func initDefault() {
Default = New()
Config = Default.Config
Logger = Default.Logger