format import style (#7383)

This commit is contained in:
zy 2019-03-19 04:07:58 +08:00 committed by kannappanr
parent 3d29ab4059
commit 73be3ed0ca

View File

@ -17,17 +17,14 @@
package cmd package cmd
import ( import (
"encoding/gob"
"encoding/hex"
"errors" "errors"
"fmt" "fmt"
"io" "io"
"net/http"
"path" "path"
"strconv" "strconv"
"net/http"
"encoding/gob"
"encoding/hex"
"time" "time"
"github.com/gorilla/mux" "github.com/gorilla/mux"