Former-commit-id: 1557b773eef80f7a4a5a6dc47ea101aa0cc5286b
This commit is contained in:
Gerasimos (Makis) Maropoulos 2018-01-05 01:54:08 +02:00
parent d18520407d
commit 10714273e9
2 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@
name = "github.com/ryanuber/columnize"
[[constraint]]
branch = "master"
name = "github.com/satori/go.uuid"
revision = "5bf94b69c6b68ee1b541973bb8e1144db23a194b"
[[constraint]]
branch = "master"

View File

@ -9,7 +9,7 @@ import (
// Controller method is DEPRECATED, use the "mvc" subpackage instead, i.e
// import "github.com/kataras/iris/mvc" and read its docs among with its new features at:
// https://github.com/kataras/iris/blob/master/HISTORY.md#mo-01-jenuary-2018--v10
// https://github.com/kataras/iris/blob/master/HISTORY.md#mo-01-jenuary-2018--v1000
func (app *Application) Controller(relPath string, c interface{}, _ ...interface{}) []*router.Route {
name := mvc.NameOf(c)