]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/google.golang.org/appengine/internal/main_common.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / google.golang.org / appengine / internal / main_common.go
1 package internal
2
3 // MainPath stores the file path of the main package. On App Engine Standard
4 // using Go version 1.9 and below, this will be unset. On App Engine Flex and
5 // App Engine Standard second-gen (Go 1.11 and above), this will be the
6 // filepath to package main.
7 var MainPath string