main_common.go (294B)
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