fix: remove unused import

This commit is contained in:
Tobias Goerke 2023-07-27 09:03:30 +02:00
parent f4154bd6ee
commit d24b970d67

View File

@ -16,7 +16,6 @@ import (
"crypto/rand" "crypto/rand"
"encoding/hex" "encoding/hex"
"errors" "errors"
"fmt"
"io" "io"
"net/http" "net/http"
"os" "os"