vendor/google.golang.org/appengine/internal/main_common.go
changeset 251 1c52a0eeb952
equal deleted inserted replaced
250:c040f992052f 251:1c52a0eeb952
       
     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