cleanup imports
This commit is contained in:
parent
c1c88e392a
commit
15bb58980a
8 changed files with 16 additions and 8 deletions
|
|
@ -4,10 +4,11 @@ import (
|
|||
"encoding/hex"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
log "github.com/sirupsen/logrus"
|
||||
"net/http"
|
||||
"os"
|
||||
"strconv"
|
||||
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
type Response struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue