identity_flex.go 261 B

123456789101112
  1. // Copyright 2018 Google LLC. All rights reserved.
  2. // Use of this source code is governed by the Apache 2.0
  3. // license that can be found in the LICENSE file.
  4. //go:build appenginevm
  5. // +build appenginevm
  6. package internal
  7. func init() {
  8. appengineFlex = true
  9. }