From 0abb59cc9162b16e5c24c0e1524677a5118c4917 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Thu, 4 May 2017 20:31:40 +1000 Subject: [PATCH] add strings --- models.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models.go b/models.go index 5284b7ff..5da49ac6 100644 --- a/models.go +++ b/models.go @@ -6,6 +6,7 @@ import ( "html" "html/template" "strconv" + "strings" ) type Categories struct {