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

Commit e06e0ed

Browse files
committed
Update godoc
1 parent 401e2da commit e06e0ed

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

doc.go

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,2 @@
1-
/*
2-
Package utron is a lightweight MVC framework for building fast, scalable and robust web applications
3-
4-
example hello world in utron
5-
6-
type Hello struct {
7-
*BaseController
8-
}
9-
10-
func (h *Hello) World() {
11-
h.Ctx.Write([]byte("hello world"))
12-
h.String(http.StatusOK)
13-
}
14-
15-
*/
1+
//Package utron is a lightweight MVC framework for building fast, scalable and robust web applications
162
package utron

0 commit comments

Comments
 (0)