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"
|
||||
"fmt"
|
||||
"io"
|
||||
"log"
|
||||
"math/rand"
|
||||
"net/http"
|
||||
"strings"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue