From 3ad0c5806b34c508152a23de87f084faddd32e53 Mon Sep 17 00:00:00 2001 From: Nikolaus Gotsche Date: Mon, 8 Oct 2018 21:44:05 +0200 Subject: Checking Bills as Paid --- utils.go | 1 + 1 file changed, 1 insertion(+) (limited to 'utils.go') diff --git a/utils.go b/utils.go index 312bc1f..0d22813 100644 --- a/utils.go +++ b/utils.go @@ -70,6 +70,7 @@ func checkErr(err error) { } } +//make One String with Linebreaks out of an input String Array func strLines(in []string) (out string){ out = "" for _,s := range in { -- cgit v1.2.3