選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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