Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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