mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-01-05 22:58:46 +00:00
c4935f08ad
(cherry picked from commitaea4ab25a9
) (cherry picked from commitd386b212c4
)
10 lines
163 B
Go
10 lines
163 B
Go
// SPDX-FileCopyrightText: Copyright the Forgejo contributors
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
package oauth2
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
var HTTPClient *http.Client
|