Remove unused Retweet type
This commit is contained in:
parent
8d901551cc
commit
1c3fd0e0c9
1 changed files with 0 additions and 9 deletions
9
types.go
9
types.go
|
|
@ -10,15 +10,6 @@ type (
|
|||
URL string
|
||||
}
|
||||
|
||||
// Retweet type
|
||||
Retweet struct {
|
||||
ID string
|
||||
TimeParsed time.Time
|
||||
Timestamp int64
|
||||
UserID string
|
||||
Username string
|
||||
}
|
||||
|
||||
// Tweet type.
|
||||
Tweet struct {
|
||||
Hashtags []string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue