File: appenginevm_hook.go

package info (click to toggle)
golang-golang-x-oauth2 0.0~git20161103.0.36bc617-4~bpo8%2B2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 396 kB
  • sloc: makefile: 17
file content (14 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2015 The oauth2 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 appenginevm

package google

import "google.golang.org/appengine"

func init() {
	appengineVM = true
	appengineTokenFunc = appengine.AccessToken
}