Forgejo/services/auth/source/oauth2/http.go

11 lines
163 B
Go
Raw Normal View History

// SPDX-FileCopyrightText: Copyright the Forgejo contributors
// SPDX-License-Identifier: MIT
package oauth2
import (
"net/http"
)
var HTTPClient *http.Client