mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-27 02:00:09 -04:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
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
|