blob: 357dce4dd01298c4f10ff9856cc2469dc4f8831e [file] [log] [blame]
sslobodrd046be82019-01-16 10:02:22 -05001package 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