Fix lint error

This commit is contained in:
Alessio 2024-03-08 14:11:06 -08:00
parent 42ab53fb73
commit 3718b152b6

View File

@ -1,8 +1,8 @@
package webserver package webserver
import ( import (
"fmt"
"encoding/json" "encoding/json"
"fmt"
"io" "io"
"net/http" "net/http"