Seklfreak / Robyul2

🤖 The new bot for the I.O.I discord and some other (Kpop) discords!
https://robyul.chat/
GNU Affero General Public License v3.0
63 stars 18 forks source link

[twitter] fixes typo in a DB struct tag #25

Closed chanyoung closed 7 years ago

chanyoung commented 7 years ago

Hi Sebastian,

I found a typo in struct tag of DB_Twitter_Tweet.

Struct tag is optional so this is very minor issue but it can cause problems. For example, using reflect package and if try to get tag "gorethink", then it will return empty about "CreatedAt" filed.

Regards, CPark

Seklfreak commented 7 years ago

Great catch, thank you very much!