From f71b90582c713e528fb731ded8ded8d8b599c031 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Tue, 5 May 2015 22:41:27 +0200 Subject: Fixed IndexOutOfBonds runtime panic. --- app/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/test.go') diff --git a/app/test.go b/app/test.go index a323b31..210e7f4 100644 --- a/app/test.go +++ b/app/test.go @@ -39,7 +39,7 @@ func testMail() { h := []Host{} Db.Find(&u) Db.Find(&h) - SendEmail(u, h) + SendEmail(u, h, "Test") } func t() { -- cgit v1.2.3