From e06e0ed5ff970b3206c87526483101fb42c33f90 Mon Sep 17 00:00:00 2001 From: gernest Date: Sun, 4 Dec 2016 14:33:37 +0300 Subject: [PATCH] Update godoc --- doc.go | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/doc.go b/doc.go index c7d6692..3cf9a5d 100644 --- a/doc.go +++ b/doc.go @@ -1,16 +1,2 @@ -/* -Package utron is a lightweight MVC framework for building fast, scalable and robust web applications - -example hello world in utron - - type Hello struct { - *BaseController - } - - func (h *Hello) World() { - h.Ctx.Write([]byte("hello world")) - h.String(http.StatusOK) - } - -*/ +//Package utron is a lightweight MVC framework for building fast, scalable and robust web applications package utron