Compare commits
No commits in common. "develop" and "v0.5.1" have entirely different histories.
2
main.go
2
main.go
@ -79,6 +79,8 @@ func main() {
|
|||||||
|
|
||||||
log.Printf("created comment %d\n", cId)
|
log.Printf("created comment %d\n", cId)
|
||||||
SaveComment(&sn.Comment{Id: cId, Text: comment, ParentId: item.Id})
|
SaveComment(&sn.Comment{Id: cId, Text: comment, ParentId: item.Id})
|
||||||
|
} else {
|
||||||
|
log.Printf("item %d is not twitter link\n", item.Id)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user