diff options
| author | Horus3 | 2015-05-17 03:32:03 +0200 |
|---|---|---|
| committer | Horus3 | 2015-05-17 03:32:03 +0200 |
| commit | cc207536d1f8618385d9807906818180cd596777 (patch) | |
| tree | 0093a6b12994c3d75b2be0abb6a43dae1eb9bf98 /struct.go | |
| parent | feb97c32649dfaa7c98283423125283a53d5dd09 (diff) | |
| download | freemail-cc207536d1f8618385d9807906818180cd596777.tar.gz | |
Improve tests. Fix (major) typos. Include Piwik and it tracks the language.
Diffstat (limited to 'struct.go')
| -rw-r--r-- | struct.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -49,8 +49,9 @@ type Request struct { } type Flash struct { - Success []interface{} - Error []interface{} + Success []interface{} + Error []interface{} + Language string } type ChangePasswordReq struct { |
