mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-05 11:00:35 -05:00
7 lines
77 B
Go
7 lines
77 B
Go
package constants
|
|
|
|
// Application constants
|
|
const (
|
|
APPNAME = "steampipe"
|
|
)
|