diff --git a/core/http/Server.go b/core/http/Server.go index 2024b71..902c67a 100644 --- a/core/http/Server.go +++ b/core/http/Server.go @@ -2,7 +2,6 @@ package http import ( "context" - "encoding/json" "fmt" "time" @@ -13,6 +12,7 @@ import ( "Moonshark/core/utils/config" "Moonshark/core/utils/logger" + "github.com/goccy/go-json" "github.com/valyala/fasthttp" )