go format

pull/1022/head
Jade McGough 2017-03-23 04:56:36 -07:00
parent b40a90b9d1
commit ba8609d7b6
3 changed files with 116 additions and 116 deletions

View File

@ -1,8 +1,8 @@
package influx
import (
"encoding/json"
"context"
"encoding/json"
"fmt"
"github.com/influxdata/chronograf"

View File

@ -1,9 +1,9 @@
package server
import (
"encoding/json"
"fmt"
"net/http"
"encoding/json"
"github.com/bouk/httprouter"
"github.com/influxdata/chronograf"