Sha256: 0f3f2aa16e71b79fa915272e5c7e5ece7ac48926ec50d1aa7348edf070e5dcf0
Contents?: true
Size: 294 Bytes
Versions: 5
Compression:
Stored size: 294 Bytes
Contents
package internal // MainPath stores the file path of the main package. On App Engine Standard // using Go version 1.9 and below, this will be unset. On App Engine Flex and // App Engine Standard second-gen (Go 1.11 and above), this will be the // filepath to package main. var MainPath string
Version data entries
5 entries across 5 versions & 1 rubygems