mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
Nothing special: Linting
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
)
|
||||
|
||||
// DefaultIris in order to use iris.Get(...,...) we need a default Iris on the package level
|
||||
var DefaultIris *Iris = New()
|
||||
var DefaultIris = New()
|
||||
|
||||
// Listen starts the standalone http server
|
||||
// which listens to the addr parameter which as the form of
|
||||
|
||||
Reference in New Issue
Block a user