fix: add missing log import
This commit is contained in:
parent
02989e59b5
commit
42118d803e
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
|
"log"
|
||||||
"math/rand"
|
"math/rand"
|
||||||
"net/http"
|
"net/http"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue