This commit is contained in:
2018-04-08 12:59:36 +02:00
parent 33636dad8e
commit 9d1890d8f7
9 changed files with 44 additions and 40 deletions

View File

@ -13,7 +13,7 @@ func main() {
for post := range arn.StreamPosts() {
// Fix text
color.Yellow(post.Text)
post.Text = autocorrect.FixPostText(post.Text)
post.Text = autocorrect.PostText(post.Text)
color.Green(post.Text)
// Tags