mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
8 lines
134 B
Go
8 lines
134 B
Go
package profile
|
|
|
|
// Platform identifiers
|
|
const (
|
|
PlatformLinux = "linux"
|
|
PlatformWindows = "windows"
|
|
PlatformMac = "macos"
|
|
)
|