You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main_common.go 294B

1234567
  1. package internal
  2. // MainPath stores the file path of the main package. On App Engine Standard
  3. // using Go version 1.9 and below, this will be unset. On App Engine Flex and
  4. // App Engine Standard second-gen (Go 1.11 and above), this will be the
  5. // filepath to package main.
  6. var MainPath string