Run go fmt (#7823)

This commit is contained in:
Jim Kalafut
2019-11-07 08:54:34 -08:00
committed by GitHub
parent 15f3e122f3
commit cb178b7e4f
31 changed files with 294 additions and 284 deletions

View File

@@ -6,7 +6,6 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/NYTimes/gziphandler"
"io"
"io/ioutil"
"net"
@@ -17,6 +16,7 @@ import (
"strings"
"time"
"github.com/NYTimes/gziphandler"
assetfs "github.com/elazarl/go-bindata-assetfs"
"github.com/hashicorp/errwrap"
"github.com/hashicorp/go-cleanhttp"