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,7 @@
package internal
// MainPath stores the file path of the main package. On App Engine Standard
// using Go version 1.9 and below, this will be unset. On App Engine Flex and
// App Engine Standard second-gen (Go 1.11 and above), this will be the
// filepath to package main.
var MainPath string