diff options
-rw-r--r-- | main.go | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |