Skip to content

Commit ad01282

Browse files
committed
Remove use of appenginevm build tag.
Managed VM apps can use the net/http package directly, and can use the metadata server instead of the appengine package to get Service Account tokens. Change-Id: Ifa30eea446ffe4a9121ce3401900f4b73ddf07db Reviewed-on: https://go-review.googlesource.com/14125 Reviewed-by: Andrew Gerrand <adg@golang.org>
1 parent 897d973 commit ad01282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client_appengine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build appengine appenginevm
5+
// +build appengine
66

77
// App Engine hooks.
88

google/appengine_hook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
// +build appengine appenginevm
5+
// +build appengine
66

77
package google
88

0 commit comments

Comments
 (0)