Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Update godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Dec 4, 2016
1 parent 401e2da commit e06e0ed
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions doc.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e06e0ed

Please sign in to comment.