cleanup imports

This commit is contained in:
Pavol Rusnak 2022-08-31 12:00:40 +02:00
parent c1c88e392a
commit 15bb58980a
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D
8 changed files with 16 additions and 8 deletions

View file

@ -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 {