mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-23 21:09:15 -05:00
9 lines
114 B
Go
9 lines
114 B
Go
package constants
|
|
|
|
const (
|
|
ArchAMD64 = "amd64"
|
|
ArchARM64 = "arm64"
|
|
OSLinux = "linux"
|
|
OSDarwin = "darwin"
|
|
)
|