mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
grammar fixes(?)
Former-commit-id: bf2ff1df8c841643eb2ebfc8524ba869d02c99b3
This commit is contained in:
@@ -2,15 +2,15 @@ package mvc
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/kataras/golog"
|
||||
"reflect"
|
||||
"strings"
|
||||
|
||||
"github.com/kataras/iris/mvc/di"
|
||||
|
||||
"github.com/kataras/iris/context"
|
||||
"github.com/kataras/iris/core/router"
|
||||
"github.com/kataras/iris/core/router/macro"
|
||||
"github.com/kataras/iris/mvc/di"
|
||||
|
||||
"github.com/kataras/golog"
|
||||
)
|
||||
|
||||
// BaseController is the optional controller interface, if it's
|
||||
|
||||
Reference in New Issue
Block a user