summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-04-09 03:42:55 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-04-09 03:42:55 +0200
commitae3b66f89f5a73aebef6f2485d416ba2d49d66ac (patch)
treedad75a0829c3949f5b432dfbc033f4c0c43f8fbe
parent5692670031d44d5446680dcc5baa4a20888c6142 (diff)
go fmt
-rw-r--r--backends/forecast.io.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/forecast.io.go b/backends/forecast.io.go
index ed4c8e9..31a7056 100644
--- a/backends/forecast.io.go
+++ b/backends/forecast.io.go
@@ -1,13 +1,13 @@
package backends
import (
- "regexp"
"encoding/json"
"flag"
"fmt"
"io/ioutil"
"log"
"net/http"
+ "regexp"
"time"
"github.com/schachmat/wego/iface"