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

16
vendor/google.golang.org/appengine/internal/main.go generated vendored Normal file
View File

@ -0,0 +1,16 @@
// Copyright 2011 Google Inc. 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 appengine
package internal
import (
"appengine_internal"
)
func Main() {
MainPath = ""
appengine_internal.Main()
}