mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 21:31:30 +00:00
gofmt commented go files
This commit is contained in:
parent
b459cf2347
commit
ce332713c4
2
app.go
2
app.go
@ -10,7 +10,7 @@ import (
|
|||||||
"github.com/astaxie/beego/context"
|
"github.com/astaxie/beego/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
// FitlerFunc defines filter function type.
|
// FilterFunc defines filter function type.
|
||||||
type FilterFunc func(*context.Context)
|
type FilterFunc func(*context.Context)
|
||||||
|
|
||||||
// App defines beego application with a new PatternServeMux.
|
// App defines beego application with a new PatternServeMux.
|
||||||
|
Loading…
Reference in New Issue
Block a user