mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-19 16:00:13 -05:00
7 lines
79 B
Go
7 lines
79 B
Go
package constants
|
|
|
|
// mod related constants
|
|
const (
|
|
ModDataExtension = "sp"
|
|
)
|