diff --git a/compress/resty.go b/compress/resty.go index 346a772..4e338cc 100644 --- a/compress/resty.go +++ b/compress/resty.go @@ -61,7 +61,7 @@ func (o *compress) debugPrint(data interface{}) { log.Println(data) } } - +/* func castPax[T any](body []byte) (*T, error) { var obj T if err := json.Unmarshal(body, &obj); err != nil { @@ -69,3 +69,4 @@ func castPax[T any](body []byte) (*T, error) { } return &obj, nil } +*/ \ No newline at end of file