mirror of
https://github.com/astaxie/beego.git
synced 2025-04-05 20:55:58 +00:00
fix it ,
This commit is contained in:
parent
5b3b6f7f48
commit
f7dd376596
2
flash.go
2
flash.go
@ -12,7 +12,7 @@ type FlashData struct {
|
||||
|
||||
func NewFlash() *FlashData {
|
||||
return &FlashData{
|
||||
Data:make(map[string]string)
|
||||
Data: make(map[string]string),
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user