mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-17 01:00:09 -05:00
6 lines
183 B
Go
6 lines
183 B
Go
// The runtime package contains values which
|
|
// are not constants during compilation, but should remain
|
|
// constant during the duration of an execution of the binary
|
|
|
|
package runtime
|