f7dd3765 by astaxie

fix it ,

1 parent 5b3b6f7f
Showing 1 changed file with 2 additions and 2 deletions
...@@ -10,9 +10,9 @@ type FlashData struct { ...@@ -10,9 +10,9 @@ type FlashData struct {
10 Data map[string]string 10 Data map[string]string
11 } 11 }
12 12
13 func NewFlash() *FlashData{ 13 func NewFlash() *FlashData {
14 return &FlashData{ 14 return &FlashData{
15 Data:make(map[string]string) 15 Data: make(map[string]string),
16 } 16 }
17 } 17 }
18 18
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!