From 1c3fd0e0c906185cd5cbaddf558e924241580473 Mon Sep 17 00:00:00 2001 From: Alexander Sheiko Date: Fri, 16 Jul 2021 12:59:16 +0300 Subject: [PATCH] Remove unused Retweet type --- types.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/types.go b/types.go index a4a9084..f5f2f48 100644 --- a/types.go +++ b/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