mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-24 11:00:53 -05: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
|