From cc207536d1f8618385d9807906818180cd596777 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 17 May 2015 03:32:03 +0200 Subject: Improve tests. Fix (major) typos. Include Piwik and it tracks the language. --- struct.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'struct.go') diff --git a/struct.go b/struct.go index bcc94c8..a59b766 100644 --- a/struct.go +++ b/struct.go @@ -49,8 +49,9 @@ type Request struct { } type Flash struct { - Success []interface{} - Error []interface{} + Success []interface{} + Error []interface{} + Language string } type ChangePasswordReq struct { -- cgit v1.2.3