mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
5 lines
52 B
Go
5 lines
52 B
Go
package constant
|
|
|
|
const (
|
|
PlatformName = "linux"
|
|
)
|