Revert "initial attempt to integrate surf http client"

This reverts commit 538d52d064.
This commit is contained in:
2026-01-24 15:00:30 -06:00
parent 538d52d064
commit 8c85da5472
45 changed files with 109 additions and 196 deletions
+1 -3
View File
@@ -33,10 +33,9 @@ to https://www.reddit.com/api/v1/access_token with the following form values:
package reddit
/*
import (
"context"
"github.com/enetx/http"
"net/http"
"golang.org/x/oauth2"
)
@@ -76,4 +75,3 @@ func oauthTransport(client *Client) http.RoundTripper {
Base: client.client.Transport,
}
}
*/