Fix lint error

This commit is contained in:
Alessio 2023-08-18 19:15:55 -03:00
parent 2ec44d7415
commit 189fb3c2c1

View File

@ -2,7 +2,7 @@ package webserver
import ( import (
"crypto/tls" "crypto/tls"
"encoding/json" // "encoding/json"
"errors" "errors"
"fmt" "fmt"
"log" "log"