1
0
mirror of https://github.com/rancher/steve.git synced 2025-07-19 17:26:57 +00:00
steve/vendor/golang.org/x/oauth2/internal/client_appengine.go
Darren Shepherd cc1e4e52a0 Update vendor
2020-02-21 22:19:07 -07:00

14 lines
301 B
Go

// 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.
// +build appengine
package internal
import "google.golang.org/appengine/urlfetch"
func init() {
appengineClientHook = urlfetch.Client
}