summaryrefslogtreecommitdiff
path: root/utils.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-10-08 21:44:05 +0200
committerNikolaus Gotsche <n@softwarefools.com>2018-10-08 21:44:05 +0200
commit3ad0c5806b34c508152a23de87f084faddd32e53 (patch)
tree8f761ddc3bb37caea35ec62e9b628c06289493c6 /utils.go
parente9bad489128dd526b44b08cc3bed6cce1cb731da (diff)
Checking Bills as Paid
Diffstat (limited to 'utils.go')
-rw-r--r--utils.go1
1 files changed, 1 insertions, 0 deletions
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 {