c4e1018e93
(cherry picked from commit aea4ab25a9
)
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
|