From 8c147d9d26a9523fd514babdcbf80371802c39af Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 17 Feb 2017 09:38:06 +0200 Subject: [PATCH] godoc.go: Run small paragraph Former-commit-id: 60a5758962ff16af5153f0fdea56b123c0b0e58d --- doc.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index 410feeca..a9e28e0c 100644 --- a/doc.go +++ b/doc.go @@ -78,10 +78,12 @@ Example code: ctx.HTML(iris.StatusOK, "

Welcome to my page!

") } - $ go run main.go - $ iris run main.go ## enables reload on source code changes. +Run + $ go run main.go + + $ iris run main.go ## enables reload on source code changes. All HTTP methods are supported, users can register handlers for same paths on different methods.