From 55c4db32de676a2abe59f9ec7e3c68b2580ed38d Mon Sep 17 00:00:00 2001 From: Alessio Date: Thu, 24 Nov 2022 19:01:30 -0500 Subject: [PATCH] Fix lint --- scraper/tweet.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scraper/tweet.go b/scraper/tweet.go index bc239b9..c3c0865 100644 --- a/scraper/tweet.go +++ b/scraper/tweet.go @@ -2,9 +2,9 @@ package scraper import ( "fmt" + log "github.com/sirupsen/logrus" "strings" "time" - log "github.com/sirupsen/logrus" "offline_twitter/terminal_utils" ) @@ -38,8 +38,8 @@ type Tweet struct { // TODO get-rid-of-spaces: Might be good to get rid of `Spaces`. Only used in APIv1 I think. // A first-step would be to delete the Spaces after pulling them out of a Tweet into the Trove // in ParseTweetResponse. Then they will only be getting saved once rather than twice. - Spaces []Space - SpaceID SpaceID + Spaces []Space + SpaceID SpaceID TombstoneType string IsStub bool