summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/main.go b/main.go
index 77944c0..4543b9c 100644
--- a/main.go
+++ b/main.go
@@ -5,14 +5,15 @@ import (
"errors"
"flag"
"fmt"
- "github.com/silvasur/startpage/reddit_background"
- "github.com/silvasur/startpage/weather"
"html/template"
"log"
"net/http"
"os"
"path"
"strings"
+
+ "github.com/silvasur/startpage/reddit_background"
+ "github.com/silvasur/startpage/weather"
)
var tpl *template.Template