From 67852eb58e1797a54a34df44e3444829d9031ad7 Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Tue, 11 Jan 2022 23:39:49 +0100 Subject: Sort imports --- reddit_background/reddit_background.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'reddit_background') diff --git a/reddit_background/reddit_background.go b/reddit_background/reddit_background.go index 4b3464e..2adf03d 100644 --- a/reddit_background/reddit_background.go +++ b/reddit_background/reddit_background.go @@ -5,9 +5,6 @@ import ( "encoding/json" "errors" "fmt" - "github.com/nfnt/resize" - "github.com/silvasur/startpage/http_getter" - "github.com/silvasur/startpage/interval" "image" _ "image/gif" "image/jpeg" @@ -20,6 +17,10 @@ import ( "path" "strings" "time" + + "github.com/nfnt/resize" + "github.com/silvasur/startpage/http_getter" + "github.com/silvasur/startpage/interval" ) type redditList struct { -- cgit v1.2.3-70-g09d2