1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-25 19:40:55 +00:00

gofmt commented go files

This commit is contained in:
傅小黑 2013-12-20 22:35:16 +08:00
parent b459cf2347
commit ce332713c4
3 changed files with 50 additions and 50 deletions

2
app.go
View File

@ -10,7 +10,7 @@ import (
"github.com/astaxie/beego/context"
)
// FitlerFunc defines filter function type.
// FilterFunc defines filter function type.
type FilterFunc func(*context.Context)
// App defines beego application with a new PatternServeMux.