Migrating to dep

This commit is contained in:
gfleury
2019-06-12 15:17:51 +02:00
parent 012f5e0c08
commit 8a7f1863a2
78 changed files with 23663 additions and 13 deletions

View File

@ -0,0 +1,11 @@
// 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
}