From 40b9449ffd8ae2f6fdf7b66ca6a617ffcc4db498 Mon Sep 17 00:00:00 2001 From: kataras Date: Mon, 5 Jun 2017 03:35:44 +0300 Subject: [PATCH] Nothing important here :alien: Former-commit-id: eb2034a1078829472365eeb65884824a1be014c3 --- iris.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/iris.go b/iris.go index 2ff6c703..cc71b1da 100644 --- a/iris.go +++ b/iris.go @@ -38,6 +38,8 @@ const ( |_____|_| |_||___/ ` // Version is the current version number of the Iris Web framework. + // + // Look https://github.com/kataras/iris#where-can-i-find-older-versions for older versions. Version = "7.0.0" ) @@ -48,8 +50,8 @@ const ( // Conversion for router.MethodNone. MethodNone = router.MethodNone // NoLayout to disable layout for a particular template file - // Conversion for view.NoLayout - NoLayout = "iris.nolayout" + // Conversion for view.NoLayout. + NoLayout = view.NoLayout ) // Application is responsible to manage the state of the application.