Commit f7dd3765 authored by astaxie's avatar astaxie

fix it ,

parent 5b3b6f7f
...@@ -10,9 +10,9 @@ type FlashData struct { ...@@ -10,9 +10,9 @@ type FlashData struct {
Data map[string]string Data map[string]string
} }
func NewFlash() *FlashData{ func NewFlash() *FlashData {
return &FlashData{ return &FlashData{
Data:make(map[string]string) Data: make(map[string]string),
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment