1
0
mirror of https://gitcode.com/gitea/gitea.git synced 2025-07-05 12:19:55 +08:00
Files
gitea/vendor/golang.org/x/oauth2/internal/client_appengine.go
techknowlogick 47f6a4ec3f go1.16 ()
2021-02-28 18:08:33 -05:00

15 lines
322 B
Go
Vendored

// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build appengine
// +build appengine
package internal
import "google.golang.org/appengine/urlfetch"
func init() {
appengineClientHook = urlfetch.Client
}