mirror of
https://salsa.debian.org/mdosch/go-sendxmpp
synced 2024-11-18 21:25:31 +00:00
Break long line.
This commit is contained in:
parent
ce463b9bf8
commit
7a6948bf86
3
main.go
3
main.go
@ -434,7 +434,8 @@ func main() {
|
|||||||
} else {
|
} else {
|
||||||
for _, recipient := range recipients {
|
for _, recipient := range recipients {
|
||||||
if bareFrom == strings.ToLower(recipient.Jid) {
|
if bareFrom == strings.ToLower(recipient.Jid) {
|
||||||
fmt.Println(t.Format(time.RFC3339), bareFrom+":", v.Text)
|
fmt.Println(t.Format(time.RFC3339),
|
||||||
|
bareFrom+":", v.Text)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user