summaryrefslogtreecommitdiff
path: root/utils.go
diff options
context:
space:
mode:
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 {