mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-25 05:01:06 -05:00
General code spring cleaning: * move file paths from `consts` package to `filepaths` * move InitData and ExportData to query and control packages
8 lines
78 B
Go
8 lines
78 B
Go
package constants
|
|
|
|
// Application constants
|
|
|
|
const (
|
|
AppName = "steampipe"
|
|
)
|