summaryrefslogtreecommitdiff
path: root/reddit_background/reddit_background.go
diff options
context:
space:
mode:
Diffstat (limited to 'reddit_background/reddit_background.go')
-rw-r--r--reddit_background/reddit_background.go7
1 files changed, 4 insertions, 3 deletions
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 {