safing-portmaster/profile/const.go
2018-10-30 19:13:21 +01:00

9 lines
151 B
Go

package profile
// Platform identifiers
const (
PlatformAny = "any"
PlatformLinux = "lin"
PlatformWindows = "win"
PlatformMac = "mac"
)