adds ne lines
This commit is contained in:
@ -66,6 +66,8 @@ func getData(urls []string) []byte {
|
||||
log.Printf("[ERROR] Unable to get remote content from URL (%s): %v", u, err)
|
||||
}
|
||||
listData = append(listData, data...)
|
||||
// add newline to the end of data, you know, for funzies
|
||||
listData = append(listData, '\n')
|
||||
}
|
||||
|
||||
return listData
|
||||
|
Reference in New Issue
Block a user