diff --git a/handler.go b/handler.go index 6d2d95f..e87b04a 100644 --- a/handler.go +++ b/handler.go @@ -7,6 +7,7 @@ import ( "encoding/json" "fmt" "io" + "log" "math/rand" "net/http" "strings"