blob: 357dce4dd01298c4f10ff9856cc2469dc4f8831e [file] [log] [blame]
Zack Williamse940c7a2019-08-21 14:25:39 -07001package 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.
7var MainPath string