mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-18 04:00:20 -05:00
9 lines
114 B
Go
9 lines
114 B
Go
package constants
|
|
|
|
const (
|
|
ArchAMD64 = "amd64"
|
|
ArchARM64 = "arm64"
|
|
OSLinux = "linux"
|
|
OSDarwin = "darwin"
|
|
)
|