mirror of
https://github.com/kataras/iris.git
synced 2025-03-14 08:16:28 +01:00
fix trailing parenthesis on the mvc/ideas/1/main.go which will be removed at the next commits, this was my dream and I made it reality in just 50 hours :P
Former-commit-id: 9c01ab4d684897815dccb02ab6515f568b22a1cc
This commit is contained in:
parent
2ab1456414
commit
38ff34ee1e
|
@ -36,7 +36,7 @@ func TodoApp(app *mvc.Application) {
|
||||||
// can be either a function which accepts an iris.Context and returns a single value (dynamic binding)
|
// can be either a function which accepts an iris.Context and returns a single value (dynamic binding)
|
||||||
// or a static struct value (service).
|
// or a static struct value (service).
|
||||||
app.AddDependencies(
|
app.AddDependencies(
|
||||||
sessions.New(sessions.Config{})).Start,
|
sessions.New(sessions.Config{}).Start,
|
||||||
&prefixedLogger{prefix: "DEV"},
|
&prefixedLogger{prefix: "DEV"},
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user