mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 14:58:33 +00:00
5 lines
52 B
Go
5 lines
52 B
Go
package constant
|
|
|
|
const (
|
|
PlatformName = "linux"
|
|
)
|