zfs-localpv/vendor/google.golang.org/appengine/internal/identity_flex.go
Pawan 8a4ed4e7b8 feat(zfs-localpv): vendor packages for zfs-localpv
Signed-off-by: Pawan <pawan@mayadata.io>
2019-09-18 08:44:08 +05:30

11 lines
238 B
Go

// Copyright 2018 Google LLC. All rights reserved.
// Use of this source code is governed by the Apache 2.0
// license that can be found in the LICENSE file.
// +build appenginevm
package internal
func init() {
appengineFlex = true
}